0

$(window).resize() is not working if the document-height is changing by a tab-element for example.

How can I catch a document resize event, if the content is changing the document size on the fly?

John
  • 760
  • 5
  • 12
  • Have a look at this... http://stackoverflow.com/questions/6492683/how-to-detect-divs-dimension-changed – John R Feb 03 '16 at 04:40
  • actually i need something like $(document).resize instead of $(window).resize I was trying to use .bind to catch if the div has changed in size, but i wasn't able to do so. – John Feb 03 '16 at 05:57

0 Answers0