$(".videoInspection").on('click',function(){ window.open("../video/index.html"); }) $(".starrating").on('click',function(){ window.open("../starrating/index.html"); }) $(".threeColorAlarm").on('click',function(){ window.open("../threeColorAlarm/index.html"); }) $(".workInClock").on('click',function(){ window.open("../workInClock/index.html"); }) $(".dailyAttendance").on('click',function(){ window.open("../information/dailyInspection/index.html"); })