Using callbacks from plugins and other javascript objects.
May 7th, 2009
Now that we’ve seen how to implement callbacks from our plugins, lets take a look at what we can do with them. I previously touched on the jQuery Plugin Development pattern subject and built a quick tabs plugin that featured callbacks (you can see a demo here), now lets start taking advantage of them. Read more…