manolisvl46 0 Light Poster

i would like to ask if there is a way to change on a drag and drop
jquery i use the image src from the li div that i drag it
on the ul div that i drop it...

with a jquery

i found something like this

$('#dropContainer').droppable({
       drop: function(e,ui) {
            $(ui.draggable).attr('src','/path/to/different/image');
       }
  });

but is not working for my application

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.