/ Published in: jQuery
Expand |
Embed | Plain Text
Copy this code and paste it in your HTML
$(".jumpmenu").change(function() { var val = $('select option:selected').val(); if (val != '') { location.href=val; } });
URL: http://www.encaffeinated.com/articles/view/creating_a_jumpmenu_in_jquery/