兔兔19940209

导航

2017年2月28日 #

鼠标移入移出的下拉框

摘要: <script type="text/javascript">$(function() { $(".navmenu").mouseover(function() { $(this).children("ul").show(); }) $(".navmenu").mouseout(function() 阅读全文

posted @ 2017-02-28 09:45 兔兔19940209 阅读(278) 评论(0) 推荐(0) 编辑

多个超链接a 选中的和不选中的两种样式

摘要: <script src="http://www.jq22.com/jquery/1.8.3/jquery.min.js"> 浏览器自带的jquery库 <script> $(function(){ $("#dh_ejcd ul li a").each(function(){ var a=$(this 阅读全文

posted @ 2017-02-28 09:40 兔兔19940209 阅读(184) 评论(0) 推荐(0) 编辑