user196264097
user196264097

Reputation: 887

How can i remove the hyperlink in jquery calendar

I am using jquery calendar used with Google calednar

http://arshaw.com/fullcalendar

It shows the events but they have hyperlink which take the user to Google calendar page. is there any way that i only get the events name with or URL so that they should not be clickable

thanks

Upvotes: 0

Views: 101

Answers (1)

Raul Marengo
Raul Marengo

Reputation: 2373

If you look at the documentation here:

http://arshaw.com/fullcalendar/docs/mouse/eventClick/

You will see that you just have to not set a URL in the object.

Upvotes: 1

Related Questions