Return to Snippet

Revision: 35281
at November 4, 2010 23:50 by thiswayup


Initial Code
$('select#selectahotel').change(function(){
    window.location = $(this).val();
})

Initial URL

                                

Initial Description

                                

Initial Title
redirect to a page on selecting a dropdown item

Initial Tags

                                

Initial Language
JavaScript