[jQuery] Re: Endeavour: translating X-Library functionality click-n-drag checkboxes into Jquery

2009-04-14 Thread jscripter
as a second parameter in the function: $('table').dragCheck('td:not(.nono) :checkbox', 'pink') To clear the dragCheck: $('table').dragCheck('clear') On 13 Apr, 23:29, jscripter pc88m...@gmail.com wrote: Here's what I'm shooting for: http://jsbin.com/izoce/edit It's basically the same

[jQuery] Re: Endeavour: translating X-Library functionality click-n-drag checkboxes into Jquery

2009-04-13 Thread jscripter
) do I reset the variable. @Ricardo and @jscripter: does this work good? On 13 Apr, 14:41, Lwangaman donjohn.f...@gmail.com wrote: I tried working on it again and made a little progress... Now I got parent and child selected correctly, but I don't have mouseover working for some reason

[jQuery] Re: Endeavour: translating X-Library functionality click-n-drag checkboxes into Jquery

2009-04-13 Thread jscripter
but still have the mouse button down, I don't lose the value in the variable. Only if I let go of the mouse button (on or off the table) do I reset the variable. @Ricardo and @jscripter: does this work good? On 13 Apr, 14:41, Lwangaman donjohn.f...@gmail.com wrote: I tried working

[jQuery] Re: Endeavour: translating X-Library functionality click-n-drag checkboxes into Jquery

2009-04-13 Thread jscripter
the mouse button down, I don't lose the value in the variable. Only if I let go of the mouse button (on or off the table) do I reset the variable. @Ricardo and @jscripter: does this work good? On 13 Apr, 14:41, Lwangaman donjohn.f...@gmail.com wrote: I tried working on it again and made

[jQuery] Re: Endeavour: translating X-Library functionality click-n-drag checkboxes into Jquery

2009-04-12 Thread jscripter
Hey - this is great work - I just happened to be looking for this functionality. How would you apply what you have done here to re-writing the original X-library code that uses TDs for the checkbox label? Thanks! On Apr 12, 2:04 pm, Ricardo ricardob...@gmail.com wrote: Sure! I have a few