摘要: 模态框上加个属性:data-keyboard="false" 阅读全文
posted @ 2016-03-26 17:48 失想者 阅读(251) 评论(0) 推荐(0)
摘要: window.frames[0].location.href=url 阅读全文
posted @ 2016-03-26 08:30 失想者 阅读(643) 评论(0) 推荐(0)
摘要: credits: { //text: 'Example.com', //href: 'http://www.example.com', enabled: false } 阅读全文
posted @ 2016-03-25 15:32 失想者 阅读(451) 评论(0) 推荐(0)
摘要: ·事件 start : slidestart 当滑块开始滑动时,触发此事件。 初始:$(‘.selector’).slider({ start: function(event, ui) { … } }); 绑定:$(‘.selector’).bind(‘slidestart’, function(e 阅读全文
posted @ 2016-03-25 15:31 失想者 阅读(804) 评论(0) 推荐(0)