Redirect on select option in select box

前端 未结 6 2283
既然无缘
既然无缘 2020-11-29 02:41

At the moment I am using this:


   
   
   

Javascript using jquery

$('.select_location').on('change', function(){
   window.location = $(this).val();
});

now you will able to reuse this function by adding .select_location class to any Select element class

提交回复
热议问题