I love and use jQuery quite a lot, but I hope to find an alternative solution for a special project.
I am creating a bookmarklet that will interact with my application so that users can enter information faster. One of the biggest problems in my application at the moment is loading images. Users (understandably) hate the process of downloading images to their computers in an organized manner, and then download them to the application.
What I would like to do in the bookmarklet is to load a small div overlay with a few small controls , including one that allows the user to drag and drop images from the current page into the control . The script then collects the URIs of these img tags and sends them along with the form to the application, and then the server automatically loads the application.
So, for this task, loading jQuery and jQuery UI onto the page every time you click on the bookmarklet seems very time consuming.
Can anyone recommend a nice, lightweight, javascript toolkit that handles drag and drop functions and nothing more?
I was glad to read about the new DragDealer tool, which looks amazing, only today on ajaxian, but it seems that it is built to handle only drag and drop and not βdropβ (ie not goals)
javascript javascript-events drag-and-drop draggable
Jordan sitkin
source share