IP属地:河北
1、认识jQueryextend()和jQuery.fn.extend() jQuery的API手册中,extend方法挂载在jQuery和jQ...
小方法: 执行: $(".aaa").show();//让aaa显示 $(".aaa").hide();//让aaa隐藏 slideDown()...
原生样式: 获取: var oBox=document.getElementsByTagName("div")[0]; 设置: oBox.sty...
原生:window.onload=function(){}; jQuery:jQuery(document).ready(function(){...