Is it possible to refresh part of the DOM via jQuery?
I’m using drag & drop and when a div is dropped I need to update the dom so that dropped item new position is accessable via the dom.
BTW I’m not looking for any information with regards jQuery to drag and drop
So for example just refresh all elements contained within a specific <div>?
Have you tried “on”?
on the “droppable” div (assuming its called” “drop-div”)