标签:www ext jquer height pre window border size 浏览器
当调整浏览器窗口的大小时,发生 resize 事件。
resize() 方法触发 resize 事件,或规定当发生 resize 事件时运行的函数。
<style> .txt{ width:100px; height:100px; border:1px solid #333; } </style> <span class="txt" ></span > var x=0; $(window).resize(function() { $(‘txt‘).text(x+=1); });
时间resize的语法格式:
$(selector).resize()
标签:www ext jquer height pre window border size 浏览器
原文地址:http://www.cnblogs.com/love314159/p/7131294.html