Resize on div element

前端 未结 11 1370
既然无缘
既然无缘 2020-11-28 08:31

jQuery has the resize() - event, but it just work with window.

jQuery(window).resize(function() { /* What ever */ });

This wor

11条回答
  •  渐次进展
    2020-11-28 08:46

    Only window is supported yes but you could use a plugin for it: http://benalman.com/projects/jquery-resize-plugin/

提交回复
热议问题