Hi,
I've got a Javascript UI component I wrote near a year ago, I've just taken another look at it and, to be frank, it could do with a re-write to make it nice and generic.
The implementation uses jQuery 1.2.6 (or higher) and (currently) makes use of some calls to a server side component to get some data...it's basically a glorified tree view.
I'd like to make it into a jQuery plug-in. As it stands, you give it the id of an element and it goes and does its thing...
Does anyone know of any tutorials for writing jQuery/ jQuery UI plug-ins - maybe one that uses the theme-roller?
Thanks,
K