dennis wrote:
If this makes a difference, the image is defined within this set of divs:<div id="theImages"> <div id="drag" class="dropaccept"> <img src="static/galleries/JQm49CWi09/_t/lilly01_fuy.jpg"></a> </div> </div>
I haven't used draggables, but it looks like "drag" in this case is a jQuery object. In that case, you want drag.attr("src").
http://docs.jquery.com/DOM/Attributes#attr.28_name_.29 -- Best wishes, Dave Cardwell. http://davecardwell.co.uk/javascript/jquery/