Response title
This is preview!




I am working with draggable/droppable in jquery ui.
So if I have two divs. The first div has child divs that are draggable. I then have a second div which is a place where you can drop the draggable elements. Once they are dropped I want them to no longer be children of the first div, but to become children of the div they were dropped onto.
Is there a standard way to make this happen?
What context menu plugin would you guys suggest? There are a number of them out there and I'm looking for suggestions as to which one(s) you guys like. I wish the pluggins had a rating system.
$.getJSON(url,function(data, status){
var returnData = JSON.stringify(data);
$.each(data,function(i,filename){
listElement = "<li><img src=\"" + directory + filename + "\" title=\"A caption 1\" alt=\"Image01\"></li>";
$('.gallery').append(listElement);
});
});
© 2012 jQuery Foundation
Sponsored by
and others.
