[jQuery] Re: Multiple elements slider

2010-01-19 Thread Mircea
Thanx Nathan, I've set a class on the selected element and tell the slider to resize text on that class. Firebug tells me that the class is set but does nothing to the respective class...

[jQuery] Re: Multiple elements slider

2010-01-19 Thread Mircea
This is strange, The element is selected after I had click and drag it, change its position. It have the class 'selected' dynamically added to it. If I create another static element div class=selectedSome text/div - the text resize work on that new element.

Re: [jQuery] Re: Multiple elements slider

2010-01-19 Thread Nathan Klatt
On Tue, Jan 19, 2010 at 3:12 PM, Mircea i...@amsterdamsat.com wrote: This is strange, The element is selected after I had click and drag it, change its position. It have the class 'selected' dynamically added to it. If I create another static element div class=selectedSome text/div - the text

[jQuery] Re: Multiple elements slider

2010-01-19 Thread Mircea
Nathan, It does work this way! Thank you!