/ Published in: JavaScript
Expand |
Embed | Plain Text
$('select#selectahotel').change(function(){ window.location = $(this).val(); })
Comments
Subscribe to comments
You need to login to post a comment.

Hi, thanks for sharing this stuff. I have a webpage that could make use of this script. Could you please give us an example of use, with url's inside in this code ?