Resize on div element

前端 未结 11 1367
既然无缘
既然无缘 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:53

    There is a really nice, easy to use, lightweight (uses native browser events for detection) plugin for both basic JavaScript and for jQuery that was released this year. It performs perfectly:

    https://github.com/sdecima/javascript-detect-element-resize

提交回复
热议问题