|
you may want to consider the jQueryUI draggable. It has containment
option http://jqueryui.com/demos/draggable/ you also benefit from a big support group for UI exodusnicholas wrote: I'm using http://dev.iceburg.net/jquery/jqDnR/ this tiny drag plugin to drag div.slider horizontally across it's div.container. I do not want div.slider to be able to go past the bounds(don't want it to exit) div.container. so when div.slider reaches the very right side of it's container div.container, i want it to not allow the user to drag it any further right, so that it stays inside of it's container. |
- [jQuery] how to disallow a div's 'left' property from excee... exodusnicholas
- Re: [jQuery] how to disallow a div's 'left' property f... Charlie

