February 2014
Intermediate to advanced
410 pages
8h 15m
English
It is possible to create interesting and intuitive interfaces by adding drag-and-drop elements to your site. jQuery UI comes with a built-in plugin for drag-and-drop interfaces. This recipe will show you how to create a basic drag-and-drop functionality without the use of any plugins, giving you the freedom and understanding to expand the code.
Create a blank HTML page called recipe-6.html with the recipe-6.css and recipe-6.js files in the same directory as the latest version of the jQuery library.
Carry out the following step-by-step instructions to complete this recipe:
recipe-6.html, creating a basic HTML page with three draggable elements in ...Read now
Unlock full access