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