Workshop

a word from me

  1. Extending jQuery - plugins on 2012-06-29 10:21:09 difficulty: easy

    Extending jQuery There are many ways to extend jQuery, one of the most used are jQuery plugins. When someone create a plugin for jQuery, what he actually does is he extends jQuery that is initialised on web page. Plugin can have more or less functionality, it all depends of its author. Most people think that extending jQuery must be all about plugins, but that is not true, you should extend your jQuery with simple functions in your daily use just to group more

    Labels: jQuery, create, plugin, JavaScript