As someone new to Javascript/jQuery, I have been given the task of creating a web page with elements in a "pane" on the left side that can be dragged into a "droppable" div area on the right side. The entire right side will act as a droppable zone.
I am unsure if I should start with pure Javascript or use a library for this project.
If anyone could offer guidance in the right direction, it would be greatly appreciated.
Currently, I am working with Polymer web components and after researching online, many sources are suggesting JQuery UI. A nudge in the right direction would be very helpful.