Hello all, I'm using jqDnR (http://dev.iceburg.net/jquery/jqDnR/) to allow things to be draggable on the my page. Applying it to div tags is super easy and works great. Unfortunately when I try to apply it to an image I can't get it to work. This is what I use for a div: $('#container').jqDrag('.Drag').jqResize('.Resize');
I just want to make the image draggable without resizing options. Thanks