[jQuery] Re: Share plugin

2009-12-09 Thread RiccardoC
I just created a page for this plugin The documentation is still lacking, but I'm writing it and I hope to have it completely ready in a couple of day http://myjqueryplugins.altervista.org/jqscroll.html

[jQuery] Share plugin

2009-12-03 Thread RiccardoC
I just created a nice (at least I think it's nice :D ) plugin to make tables with scrollable body (tested on different browsers). I'm a bit new in the JQUERY community (hi to all!!) and I would like to ask all you where is the best way (and place) to share this plugin (the plugin use two div

[jQuery] Re: Selector issue

2009-12-03 Thread RiccardoC
I'm relative new to jQuery, but I usually use function(e) instead of function() within a click handlers, because when you do it on a selector that do not return a single element (#cat_list div returns several dom element) you cannot access the data you need (e.target is the element you clicked).