只有注册用户登录后才能阅读该文。
随笔分类 - jQuery代码笔记
常用代码、技巧、说明……
摘要:View Code 1 var times=8; 2 art.dialog.fn.shake = function() { 3 var style = this.DOM.wrap[0].style, 4 p = [1, 2, 1, 0, -1, -2, -1, 0], 5 fx = function() { 6 style.marginLeft = p.shift() + 'px'; 7 if (p.length <= 0) { 8 style.marginLeft = 0; 9 ...
阅读全文

浙公网安备 33010602011771号