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

link|improve this question

feedback

1 Answer

up vote 4 down vote accepted

I found this one to be useful.

link|improve this answer
Awesome tutorial, reading through it now - thanks. – Kieron Aug 28 '09 at 18:39
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.