You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

1 line
910 B
HTML

2 years ago
<!DOCTYPE html> <html> <head> <meta charset="utf-8" /> <title>抽水蓄能电站智能化状态监测系统</title> <link rel="stylesheet" href="__IMG__/cssjs/css/topmenu.css"> <script src="__IMG__/cssjs/js/jquery-1.7.1.js"></script> <script type="text/javascript"> $(document).ready(function(){ $('.nav').find("a:first").addClass("first"); $('.nav>li').each(function(){ if($(this).index()==($('.nav>li').length-1)) { $(this).find("a:first").addClass("last"); } }); $(".nav li").hover(function(){ $(this).children("ul").show(); //mouseover },function(){ $(this).children("ul").hide(); //mouseout }); }); </script> </head> <body> <div class="mainnav"> {$data} </div> </body> </html>