摘要:
从http://docs.jquery.com/UI 摘下来的 方便自己和大家版本stable 1.8折叠面板accordion自动填充框autocomplete按钮button日期选择datepicker对话框dialog进度条progressbar拖动条slider选项卡tabs 阅读全文
摘要:
jQuery官方动画库只提供了slide的向下开,向上关,明显不够用嘛。so,找了找向左向右的代码。jQuery.fn.extend({ slideRightShow: function() { return this.each(function() { $(this).show('slide', {direction: 'right'}, 1000); }); }, slideLeftHide: function() { return this.each(function() { $(this).hide('slide', {direction 阅读全文