I want to stop a resizable event on an element explicitly, which normally ends on mouseup. How can do it? What event is called to end the resizable event and how can I call it?
Asked
Active
Viewed 507 times
1 Answers
0
Not sure what you are after exactly but I presume you are wanting to stop the ability to resize beyond a certain point. If so, look at adding a containment area for your resizable element instead. Like this from the jQuery UI Resizable documentation.

Miguel-F
- 13,450
- 6
- 38
- 63