If adding a click handler in $(document).ready() doesn't work, you
could always add a change handler to the <select> and just check the
value. I did this in a recent project and it works fine.

Reply via email to