摘要:
1,show()方法和hide()方法$("selector").show() 从display:none还原元素默认或已设置的display属性$("selector").hide() 设置元素的display样式为none,等于$("selector").css("display","none" 阅读全文
posted @ 2016-09-23 20:34
2350305682
阅读(219)
评论(0)
推荐(0)
摘要:
"top.location.href"是最外层的页面跳转"window.location.href"、"location.href"是本页面跳转"parent.location.href"是上一层页面跳转. location是window对象的属性,而所有的网页下的对象都是属于window作用域链中 阅读全文
posted @ 2016-09-23 17:40
2350305682
阅读(21112)
评论(0)
推荐(0)
摘要:
在一个页面里做一个区域引入另一个页面的方法: <a href="http://www.baidu.com" target="in">百度</a> | <a href="http://www.haosou.com" target="in">好搜</a> <br> <iframe src="http:/ 阅读全文
posted @ 2016-09-23 17:18
2350305682
阅读(216)
评论(0)
推荐(0)

浙公网安备 33010602011771号