firstcommit
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
$(document).ready(function(){
|
||||
$("#demosMenu").change(function(){
|
||||
window.location.href = $(this).find("option:selected").attr("id") + '.html';
|
||||
});
|
||||
});
|
||||
Reference in New Issue
Block a user