| Issue 389: | Add Class to Event HREF | |
| Back to list |
Hello, How can I add a class to an Event link? <a href="http://www.google.com" class="Add_Class_Here">9a Sample Event Title</a>
Mar 12, 2010
Even with the class hard coded into the href it is still not working but other ThickBox links on the page are working. Any idea what in the calendar is killing this?
Mar 15, 2010
will respond to your post on stackoverflow... http://stackoverflow.com/questions/2449888/fullcalendar-with-thickbox
Status:
Done
|
|
| ► Sign in to add a comment |
I figured it out, but the link is not functioning like other links with the same class. Is there a way to hard code the class? This is how I got it to add the class, ThickBox, but the link isn't acting like a thickBox link. eventRender: function(event, element) { $j('#calendar a').addClass('thickbox'); },