anxiao_web/pages/schoolStyle/js/event.js

17 lines
475 B
JavaScript
Raw Permalink Normal View History

2024-07-24 09:22:32 +08:00
$(".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");
})