Hey all, I'm researching JQuery for a project at work. It is a recipe website that has a "recipe box" feature where they want to be able to drag recipes between folders for organization. Here is a screen shot of the basic functionality that I'm trying to accomplish.
http://www.circlefusion.com/projects/ge/recipe_box_drag.png A couple of rules for the drag-drop: If the recipe is not dragged to an appropriate target (a folder) then it stays in it's original position when the mouse is released. After the drop is completed, an AJAX call would update the database and reload the recipe list in whichever folder the user is located. I couldn't find a clear example of this type of drag-drop scenario on any of the JQuery demos. I saw similar things on the Interface website in the demos section. http://interface.eyecon.ro/ Can someone give me some direction? Suggestions? Tips? Or just let me know if this can be done using JQuery. I was considering using YUI, but so far I find JQuery easier to use. I'm assuming that Interface is what I'm looking for (for drag-drop functionality) Thanks Cf -- View this message in context: http://www.nabble.com/I-could-use-help-with-Drag-drop-tf3064614.html#a8523227 Sent from the JQuery mailing list archive at Nabble.com. _______________________________________________ jQuery mailing list [email protected] http://jquery.com/discuss/
