Jeremy Dill schrieb:
> So,
>
> 1) Do you think it will be reasonable to use a different selector
> method to access the Input elements based on a combination of form ID
> and element ID, rather than strictly by element id? If so, what syntax
> should I use? I have tried the context selector $('#InputID',
> myFormObj) without much success. Is there a better method?
>
> Or,
>
> 2) Am I crazy to be creating a page containing duplicate elements even
> though they are contained in different forms?
>
How about referencing the elements by name?
$("[EMAIL PROTECTED]", currentForm)
--
Jörn Zaefferer
http://bassistance.de
_______________________________________________
jQuery mailing list
[email protected]
http://jquery.com/discuss/