[jQuery] Multiple Custom Handles using Jquery UI Slider

2009-06-18 Thread zayl...@googlemail.com
Hey there, I was wondering if any of you guys could help me out. I'm using the Slider for Jquery UI and am having some difficulty setting a custom style for more than one handle. $(function() { $("#slider").slider({ values: [2, 15] }).addClass("handle"); }); the css .handle .

[jQuery] Re: jQuery 1.3.2 breaks tablesorter zebra, here's a fix

2009-03-23 Thread zayl...@googlemail.com
Thanks for this although this looked slightly different on mine and never had the .each loop $("tr:visible",table.tBodies[0]) .filter(':even') .removeClass(table.config.widgetZebra.css[1]).addClass (table.config.widgetZebra.css[0]) .