resize

English [?ri:?sa?z] US [,ri'sa?z]

v.Resize

jquery ?? ??() ??? ???

??: ???? ?? ??? ???? ?? ?? ???? ?????. resize() ???? resize ???? ?????? resize ???? ??? ? ??? ??? ?????.

?? ?? ??? ?? ???: $(selector).resize()

??? ?? ?? ??? ??? ???: $(selector).resize(function)

????:

??????
?? ????. ?? ?? ???? ??? ? ??? ??? ?????.

jquery ?? ??() ??? ?

<html>
<head>
<script type="text/javascript" src="http://apps.bdimg.com/libs/jquery/2.1.1/jquery.min.js"></script>
<script type="text/javascript">
x=0;
$(document).ready(function(){
$(window).resize(function() {
  $("span").text(x+=1);
});
});
</script>
</head>
<body>
<p>窗口大小被調(diào)整過 <span>0</span> 次。</p>
<p>請(qǐng)?jiān)囍匦抡{(diào)整瀏覽器窗口的大小。</p>
</body>
</html>
???? ?? ?

??? ????? ??? "???? ??" ??? ?????