I have an element that is using -moz-resize CSS style. This style enables resizing of an element with the mouse.
Are there any events that fire when I am resizing an element?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
https://developer.mozilla.org/en/DOM/element.onresize
Idea: You could give the item some onClick / onmouseup event, which stores and checks local element width / height. So you could trigger / fire some other events / functions
http://www.w3schools.com/jsref/dom_obj_event.asp