> I know I can use parents to get the ancestors of my input, but this
> will get all forms on the page

Why would parents() get all the forms on the page?  Your input can
only be in one form.

You can always use dom code:

var form = $(#myInput)[0].form;

Mike

_______________________________________________
jQuery mailing list
discuss@jquery.com
http://jquery.com/discuss/

Reply via email to