[jQuery] Re: select all grandchildren of a div

2009-07-23 Thread Krish
uld use the find() method: > > $('div.parent').find(".grandchild") > > On Jul 23, 3:04 pm, Krish wrote: > > > Hey All, > > > I have to select all my grandchildren of parent div. only the > > grandchildren not either of children or great grandchi

[jQuery] select all grandchildren of a div

2009-07-23 Thread Krish
. . . . . . . . . . . How can i achieve this using jquery? Thanks in advance regards, krish

[jQuery] Re: problem validating form fields using jquery validator plugin

2009-05-11 Thread Krish
Hey mike, Thanks for your quick response. but still its not working for me... i tried the same code in a another similar form. its working well there. but when i execute the same code in this page, its not executing. any idea to resolve this would help me a lot... Thanks, Krish On May 11

[jQuery] problem validating form fields using jquery validator plugin

2009-05-11 Thread Krish
Hey guys, I am validating my form fields using jquery validate plugin. but its not executing my methods. its hitting my validate() method but not actual validation code. I am pasting my code here for your reference. My javascript code: mysite.validateFormFields = function() { alert('