I want to create a widget that takes an image as an option, and then loads it and then calls a callback specified by a option, so you would call it like so ...
$(...).loadimage({
image_to_load:"/images/abc.jpg", image_loaded: function() { // do something ..... } })
I have the following code but it doesn't seem to fire the callback...
I heard (podcast or something) that jQuery is moving to gitub.com, has that happened yet? If so what is the repo called , otherwise when is that scheduled to happen ?
I heard (podcast or something) that jQuery is moving to gitub.com, has that happened yet? If so what is the repo called , otherwise when is that scheduled to happen ?
Is there a document or workflow describing the best practices for developing 3rd party plugins, for example how to setup test directories , Qunit , names spacing, and using the widget prototype
Is there any 3rd party UI plugins that set themselves apart as great examples?