[jQuery] Doble layer in DIV

2009-01-16 Thread Vicky am
I have lot of DIV which to be added effect like gradient, doble border, shado and roundcornur. How to do with jquery easily.

[jQuery] how to enable drag drop using this plugin

2009-01-16 Thread Vicky am
I am using thise plugin. http://www.isocra.com/2008/02/table-drag-and-drop-jquery-plugin/ Using thise plugin, how to drag only row within class='dro'. I not want to drop all rows, only row within class='dro' Thnks.

[jQuery] Re: row highlite in jquery

2009-01-07 Thread Vicky am
m > > > > > On Jan 7, 2009, at 6:37 AM, vivekamar...@gmail.com wrote: > > > Very good help..can i join two condition? > > $('td:not(:has(table))') and $('tr:has(td)') ... > > > On Jan 7, 10:28 am, Karl Swedberg wrote: > > On Jan 6

[jQuery] Re: row highlite in jquery

2009-01-06 Thread Vicky am
gt; > > Karl Swedberg > www.englishrules.com > www.learningjquery.com > > > > > On Jan 5, 2009, at 7:17 AM, Vicky am wrote: > > Hello Billy, Thanks for the replying. I cannot change html whcih is to be > inside . I cannot use as i get html from server con

[jQuery] Re: row highlite in jquery

2009-01-05 Thread Vicky am
Hello Billy, Thanks for the replying. I cannot change html whcih is to be inside . I cannot use as i get html from server control and it prodoces th inside tr :( On Mon, Jan 5, 2009 at 5:17 PM, Billy wrote: > > > You could try coding your table more specifically like this: > > > > > my