[jQuery] Applying jqDnR to images.
<div dir="ltr">Hello all,
I'm using jqDnR (<a href="http://dev.iceburg.net/jquery/jqDnR/">http://dev.iceburg.net/jquery/jqDnR/</a>) 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
</div>