摘要:
bind({ 事件类型(){ 事件处理程序 }, 事件类型(){ 事件处理程序 } }) on({ 事件类型(){ 事件处理程序 }, 事件类型(){ 事件处理程序 } }) $('.close').on({ click() { $('.left1').css('display', 'none'); 阅读全文
摘要:
$(window).resize( function () { //当浏览器大小变化时 alert($(window).height()); //浏览器时下窗口可视区域高度 alert($(document).height()); //浏览器时下窗口文档的高度 alert($(document.bo 阅读全文