[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 wrote: > Sure! I have a few other plugins I also want

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

2009-04-13 Thread jscripter
se button (on or off the > table) do I reset the variable. > > @Ricardo and @jscripter: does this work good? > > On 13 Apr, 14:41, Lwangaman wrote: > > > > > I tried working on it again and made a little progress... Now I got > > parent and child selected correctly,

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

2009-04-13 Thread jscripter
table, that way even if I leave > the table 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 A

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

2009-04-13 Thread jscripter
e 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 wrote: > > > > >

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

2009-04-14 Thread jscripter
ing a background > > color:http://jsbin.com/icena/edit > > > The background color is specified as a second parameter in the > > function: > > $('table').dragCheck('td:not(.nono) :checkbox', 'pink') > > > To clear the dragCheck: >