javascript - track resizing of element -
i have iframe auto height. , height not fixed. how track it's resizing?
i need this:
$('iframe').resize(function(){ alert($(this).height()); });
see http://benalman.com/projects/jquery-resize-plugin/
http://benalman.com/code/projects/jquery-resize/examples/resize/
they have example called resizing iframe content grows
if can't apply iframe reason use wrapper
this has been asked couple of times , recommends plugin
how detect div's dimension changed?
detecting when div's height changes using jquery
detect height change of div jquery using resize plugin
Comments
Post a Comment