Looks like I answered my own question. Doesn't appear that this is possible.

  _____  

From: jquery-en@googlegroups.com [mailto:[EMAIL PROTECTED] On
Behalf Of Andy Matthews
Sent: Wednesday, May 23, 2007 1:01 PM
To: jquery-en@googlegroups.com
Subject: [jQuery] Question about the context attribute of a jQuery call


Assume I have two form elements, both of which are identical in every way
(contents and all) except for their IDs. One named redlineSelect, and the
other named inventorySelect.
 
<form id="redlineSelect or inventorySelect">
    <select id="make">
        some options here
    </select>
    <select id="model">
        some options here
    </select>
</form>
 
if I do a click function like so:
 
$('#make','#redlineSelect').click( do something here)
 
will that only apply to the make dropdown inside the redlineSelect form tag?
 
____________________________________
 
Andy Matthews
Senior Coldfusion Developer

Office:  877.707.5467 x747
Direct:  615.627.9747
Fax:  615.467.6249
[EMAIL PROTECTED]
www.dealerskins.com <http://www.dealerskins.com/> 
 

<<att59b62.bmp>>

Reply via email to