[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] 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] Re: row highlite in jquery

2009-01-07 Thread Vicky am
condition? $('td:not(:has(table))') and $('tr:has(td)') ... On Jan 7, 10:28 am, Karl Swedberg k...@englishrules.com 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 table and it should

[jQuery] Re: row highlite in jquery

2009-01-06 Thread Vicky am
Hello Karl, Very good it works. Also how isay if td does not have table. one of my td has table and it should not higlite that. thanks. On Tue, Jan 6, 2009 at 1:03 AM, Karl Swedberg k...@englishrules.com wrote: Hi Vicky, You could try this: $('tr:has(td)') ... --Karl Karl

[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 th inside tr. I cannot use thead as i get html from server control and it prodoces th inside tr :( On Mon, Jan 5, 2009 at 5:17 PM, Billy billy.m...@gmail.com wrote: You could try coding your table more specifically like

[jQuery] Re: Submit form using ajax

2008-12-07 Thread vicky
Hi, Thanks for your response. I am using a form plugin for submitting form. http://plugins.jquery.com/project/form i came to know that livequery can solve this issue, but i am not understanding that how livequery will bind my form for ajax event. On Dec 5, 11:34 pm, Mike Alsup [EMAIL

[jQuery] Submit form using ajax

2008-12-05 Thread vicky
Hi, I am loading a form on click of an hyperlink using ajax.after loading i want to submit that form again with ajax.i tried many methods but no one is working.i need to do validation also. i am using this code. $(document).ready(function(){