I need to run a js function every time a dropdown changes. If I use on change, then you have to click out of the dropdown to execute the function. Is there any way I can get this to execute every time the dropdown changes. What I mean is, if you were clicked in the select box and you push the down arrow to change it, it executes again. Thanks,