JQuery Resize div
Posted
by msj121
on Stack Overflow
See other posts from Stack Overflow
or by msj121
Published on 2010-04-27T21:37:38Z
Indexed on
2010/04/27
22:23 UTC
Read the original article
Hit count: 484
I want to add a div on a click and automatically start the resize mouse ui functionality with the mousedown.
I can add the div easily, I have the resize functionality easy. But I can't figure out how to pass the mouse event and bind them so that the resize can start right away.
Imagine a painting like program so the div can be added and drawn by dragging the mouse...?
Thank you so much.
© Stack Overflow or respective owner