Try this: $('img', drag).attr('src');
-- Brandon Aaron On 4/28/07, dennis <[EMAIL PROTECTED]> wrote:
On Apr 28, 4:27 pm, Dave Cardwell <[EMAIL PROTECTED]> wrote: > 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 Hi Dave, It looks to me too that "drag" is a jQuery object. I had read thru the page you referenced, and I also hoped that drag.attr("src") would do the trick, but that's one of the many combinations I tried, and it also doesn't work. In this case, I get nothing returned, not even an alert. In some other cases, I've at least gotten an alert saying "undefined." I really do appreciate the help efforts. I'll keep pluggin away here. /dennis