[jQuery] Column highlite

2009-01-18 Thread vivekamar007
I have table which need to have alternate column highlight and work in IE&Mozilla both usingg jquery Plz say suggestion.

[jQuery] Re: how to enable drag drop using this plugin

2009-01-16 Thread vivekamar007
Help neeeded from all to me On Jan 16, 5:11 pm, "Vicky am" wrote: > 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 vivekamar007
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, 2009, at 8:53 PM, Vicky am wrote: > > > Hello Karl, Very good it works. Also how isay if td does not have   > > table. one of my td has and it shoul

[jQuery] Re: row highlite in jquery

2009-01-06 Thread vivekamar007
To explain ahead one row is looking in this 1 how filter this using youre codeing On Jan 7, 6:53 am, "Vicky am" wrote: > Hello Karl, Very good it w

[jQuery] row highlite in jquery

2009-01-05 Thread vivekamar007
Hello, I have following poblem to highlight row, i use followin jquery $(document).ready(function() { $("table tr").css ({ background:"#ee" }).hover( function() { $(this).css({ background: "#DE2211" }); }, function() { $(this).css({ background: "#ee" }); }

[jQuery] rows highlite issue..need help

2009-01-05 Thread vivekamar007
Hello, I have following poblem to highlight row, i use followin jquery $(document).ready(function() { $("table tr").css({ background: "#ee" }).hover( function() { $(this).css({ background: "#DE2211" }); }, function() { $(this).css({ background: "#ee" });