/ Published in: jQuery
URL: http://www.encaffeinated.com/articles/view/creating_a_jumpmenu_in_jquery/
Expand |
Embed | Plain Text
$(".jumpmenu").change(function() { var val = $('select option:selected').val(); if (val != '') { location.href=val; } });
You need to login to post a comment.
