alternatively you can put the onchange attribute in the drop-down list that onchange will call a specific jquery function like this.
<input type="dropdownlist" onchange="jqueryFunc()"> <script type="text/javascript"> $(function(){ jqueryFunc(){ </script>
I hope this helps you, and please note that this code is just a draft, not tested on any idea. thank
dave Jan 22 '15 at 8:01 2015-01-22 08:01
source share