The first click expands the <option>,
the second click select one of them.
How to catch the second click?
|
|
|||
|
|
|
You can chain some events using jQuery's
The You could also use jQuery's
|
|||
|
|
|
jQuery version of Pete's answer which I think would satisfy the question asked
EDIT Due to the above not being cross browser, I did some searching and came across a post here on stack overflow that might help out. |
||||||||
|
|
|
You could always use onclick on each option in the combobox. It's not pretty, but it should work:
|
||
|
|
|
|
If the selection has changed, the |
||||||||||
|