2013年7月28日 星期日

jquery resize html eg sample example

$(window).resize(function() {
$('body').prepend('<div>' + $(window).width() + '</div>');
});
 
 
$(window).resize(function() 
{    
    chart.setSize(
       $(document).width(), 
       $(document).height()/2,
       false
    ); 
});
 

沒有留言:

張貼留言