随笔分类 -  jquery

摘要:css:#guide_page { /*display: none;*/ width: 100%; height: 100%; position: fixed; left: 0; top: 0; right: 0; bottom: 0; margin: auto; overflow: auto; } #guide_... 阅读全文
posted @ 2018-08-29 17:35 粉色年华 阅读(403) 评论(0) 推荐(0)
摘要:给jQuery对象绑定一个新方法是通过扩展 $.fn对象实现的。让我们来编写第一个扩展 $.fn.bg = function () { // this已绑定为当前jQuery对象: this.css('backgroundColor', '#cfcfcf').css('color', '#d8503 阅读全文
posted @ 2018-07-16 18:41 粉色年华 阅读(71) 评论(0) 推荐(0)