Access Keys:
Skip to content (Access Key - 0)
Home (Access Key - 1)
All spaces... (Access Key - 3)
Log in (Access Key - 5)
Sign up (Access Key - 6)
Toggle Sidebar

Label: events

All content with label events.
Related Labels: tutorial, javascript, jquery, namespace, plugin

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, namespace, plugin, tutorial, javascript
Toggle Sidebar

Adaptavist Theme Builder Powered by Atlassian Confluence