February 2014
Intermediate to advanced
410 pages
8h 15m
English
A draggable content pop up is similar to a modal window. However, it is movable by the user and does not come with a backdrop to focus the user's attention, allowing them to view other content at the same time. This recipe will adapt the modal code used in the preceding recipe and the jQuery code from the Creating a basic drag-and-drop functionality recipe that you saw earlier in this chapter.
Even though we will be re-using code from previous chapters, ensure that you have recipe-11.html, recipe-11.css, and recipe-11.js created and ready for use.
Perform the following steps:
recipe-11.html to create a modal and a basic web page:<!DOCTYPE html> <html> <head> ...
Read now
Unlock full access