firstcommit

This commit is contained in:
2018-03-22 12:38:42 +01:00
commit bdaa4bdb47
42 changed files with 10748 additions and 0 deletions
+5
View File
@@ -0,0 +1,5 @@
$(document).ready(function(){
$("#demosMenu").change(function(){
window.location.href = $(this).find("option:selected").attr("id") + '.html';
});
});