摘要: 从http://docs.jquery.com/UI 摘下来的 方便自己和大家版本stable 1.8折叠面板accordion自动填充框autocomplete按钮button日期选择datepicker对话框dialog进度条progressbar拖动条slider选项卡tabs 阅读全文
posted @ 2012-01-03 22:30 孤舟苦渡 阅读(496) 评论(0) 推荐(0) 编辑
摘要: 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 阅读全文
posted @ 2012-01-03 22:19 孤舟苦渡 阅读(32115) 评论(1) 推荐(1) 编辑