[jQuery] Re: draggable containment

2009-10-28 Thread Mike C
Thanks. Which parts of the rectangle would they be? i.e. x1 as the top- left corner, etc. I'm still trying to get this figured out and it's really frustrating that the documentation doesn't cover important details like this. On Oct 28, 1:38 am, Shawn wrote: > It's been a while since I've worked w

[jQuery] Re: draggable containment

2009-10-28 Thread Shawn
It's been a while since I've worked with drag/drop, so take this with a degree of skepticism But, I believe [x1,y1,x2,y2] refer to the x/y coordinates of the rectangle you'd like dragging contained to. I think you can specify a selector though to say "contain the dragging to this object