supportoranges
asked on
JQuery basic question
$("[name=willywonkacandyba rs]").chan ge(functio n(){
blah blah
}
Refer to the above code. It is for a drop down box (the 'SELECT' html element).
Blah blah works great but now I want blah blah to execute when same element is clicked.
Please help me write the stub to call this handler. It should be something like
$("[name=willywonkacandyba rs]").clic k(function (){
("[name=willywonkacandybar s]").chang e()
}
i really don't want to be on it all day. thx.
blah blah
}
Refer to the above code. It is for a drop down box (the 'SELECT' html element).
Blah blah works great but now I want blah blah to execute when same element is clicked.
Please help me write the stub to call this handler. It should be something like
$("[name=willywonkacandyba
("[name=willywonkacandybar
}
i really don't want to be on it all day. thx.
SOLUTION
membership
Create a free account to see this answer
Signing up is free and takes 30 seconds. No credit card required.
ASKER CERTIFIED SOLUTION
membership
Create a free account to see this answer
Signing up is free and takes 30 seconds. No credit card required.
ASKER