[jquery-dev] getting multiple values

2009-10-04 Thread Gamesh
Hi, i can't figure out why gettting multiple values doesn't work i have to checkbox'es: ninja-assassin-337x500.jpg 49.82 K 9 final movie poster Shane Acker.jpg 391.06 K when selecting $('input.file_attachment') return two objects which is good. but when i try to extract the values like

[jquery-dev] Re: Severe memory leak with clone()

2009-10-04 Thread Dave Methvin
> That's a sneaky one, I bet lots of people get bit. > Is there any real need for prevObject? It's used to implement .end() for (un)chaining, so it's definitely needed. I agree it's tricky, though. When the result of the chain isn't being assigned to anything, the .prevObject reference (and that

[jquery-dev] Re: What is the key difference ?

2009-10-04 Thread DBJDBJ
Plot tihickens ;o) If I do it this way , then it works fine in FF and C., display is "dispplay-tablerow", on the TR's toggled to visible. $(function() { $('tr.parent') .css("cursor", "pointer") .attr("title", "Click to expand/collapse") .click(