I am a fairly new jQuery user who wants to extend an existing jQuery plugin, which is about 75% of what I need. I tried to do my homework. I checked the following questions about stackoverflow:
- JQuery plugin extension
- Extend jQuery Plugin
- jQuery: extend connection question
I have to read by extension method. However, all this homework left me confused. I am working with the fullcalendar plugin and should change some of these actions as well as add new event hooks. Am I stuck with this in plugin closure itself? Am I missing something?
Ideally, we could separate our code from the plugin code to provide a possible update. Any help would be greatly appreciated, especially pointers to where I lack information or opinions on whether the solutions already presented in other issues make sense. They contradict each other to me, and I'm still not embarrassed.
jquery plugins extend fullcalendar
justkt Jan 12 '10 at 17:34 2010-01-12 17:34
source share