|
Content with label namespace in Guy's Blog (See content from all spaces)
Related Labels:
javascript, jquery, zoo, events, plugin, prototype, tutorial, confluence
jQuery Event Namespacing
Just found this blog showing how to namespace events in jQuery http://www.learningjquery.com/2007/09/namespaceyourevents: (function($){ $.fn.extend({ clicked: function() { return this.bind('click.clicked', function() ); }, unclicked: function() }); })(jQuery); The same blog also contains a Plugin Development Pattern http ...
Other labels:
jquery, events, plugin, tutorial, javascript
|
JavaScritp Zoos
I've just been having a heated discussion with a client where the term "javascript zoo" was born. The argument constructive discussion arose over an issue with a plugin they are developing (based on our rate plugin). A JavaScript zoo I suggested using ...
Other labels:
prototype, jquery, confluence, javascript, zoo
|
|
|