- This topic has 1 reply, 2 voices, and was last updated 13 years, 5 months ago by .
Viewing 2 posts - 1 through 2 (of 2 total)
Viewing 2 posts - 1 through 2 (of 2 total)
- The forum ‘How do I …’ is closed to new topics and replies.
Events Made Easy › Forums › How do I … › Calling Javascript functions on calendar load
Tagged: jquery plugin
Hi,
Love the plugin. I added a bit of jQuery to create pop-overs with my event details and so forth. My changes work pretty well, but my problem is that I need to call my function which adds the event handlers for the popover every time a new calendar month is loaded. I was able to do most of my changes in my theme javascript and with css so that I wouldn’t have to modify the plugin and thus have problems with updates. Can you give me any advice as to how I can call a javascript function whenever a calendar month has completed loading, without making changes to the plugin itself?
I guess you can use jquery for that, no?