ionMinus').toggle(); $('#descriptionBody').toggle('slow'); }); $(function(){ // bind change event to select $('.jump').bind('change', function () { var url = $(this).val(); // get selected value if (url) { // require a URL window.location = url; // redirect } return false; }); }); });