开发者

How to call a function after a div is resized with the resizable() function?

开发者 https://www.devze.com 2023-01-05 21:46 出处:网络
I was wondering after I resize a div that has the .resizable() feature on it, how do I make it cal开发者_如何转开发l a function as soon as the user resizes the box and lets go of the mouse?

I was wondering after I resize a div that has the .resizable() feature on it, how do I make it cal开发者_如何转开发l a function as soon as the user resizes the box and lets go of the mouse?

Thanks!


From: http://docs.jquery.com/UI/Resizable#events

You can use the stop event, which is triggered at the end of a resize() operation.

0

精彩评论

暂无评论...
验证码 换一张
取 消