|
All content with label namespace.
Related Labels:
jquery, javascript, confluence, zoo, events, plugin, prototype, tutorial
jQuery Event Namespacing
(Guy's Blog)
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
(Guy's Blog)
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
|
|
|