摘要:
用变量score记录点击索引,当鼠标离开时用score代替index完成效果HTML: ... 阅读全文
posted @ 2015-09-24 11:45
十三君
阅读(207)
评论(0)
推荐(0)
摘要:
布局:.box>ol+ulol和ul均整体左浮动,box清浮CSS: 1 .box{ 2 width:250px; 3 height:250px; 4 position: rela... 阅读全文
posted @ 2015-09-24 10:42
十三君
阅读(353)
评论(0)
推荐(0)
摘要:
1 jQuery(document).ready(function($) { 2 var arr = ['tel','email','qq','weichat']; 3 $('input').each(function(index, ... 阅读全文
posted @ 2015-09-24 10:11
十三君
阅读(198)
评论(0)
推荐(0)