[jQuery] Re: Simple way to track dragging?

2009-01-03 Thread Richard D. Worth
If you want to get below 24K and don't need all the options that the resizable plugin offers, you could build your own on top of the UI mouse plugin which is in ui.core.js (only 9k mined). See http://jquery-ui.googlecode.com/svn/tags/testing/ui/ui.resizable.js for an example on how to do that. Th

[jQuery] Re: Simple way to track dragging?

2008-12-18 Thread Eridius
Anyone? I mean i have the code for the mouse up/down working and it repositions the element on mouse up(and this is only about 400 bytes of code) but i can get it to resize as the mouse moves. It seems like i would not have to have 24K on minjs code just to havet he ability to resize an element