[jQuery] Re: tablesorter: Glue two rows together

2008-06-20 Thread melwood
On 18 Jun., 15:16, "Dan G. Switzer, II" <[EMAIL PROTECTED]> wrote: > Here's an > example:http://www.pengoworks.com/workshop/jquery/tablesorter/tablesorter.htm > Wow, looks great, thanks! I didn't have time to look over the code yet, so one one question: When I expand the second row and make a

[jQuery] tablesorter: Glue two rows together

2008-06-18 Thread melwood
Hi, is it possible to glue two table rows together, so that when the first row is sorted, the second row always comes next? Michael

[jQuery] mark a td when left mouse button is pressed

2008-05-28 Thread melwood
Hi, how can i mark/unmark (toggleClass) a td when: a) I press the left mouse button b) Press the left mouse button and move over all tds (fast selection) a) is not so much of a problem, but how would I realize b) and in a way it is not interffering with a) melwood