1. This site uses cookies. By continuing to use this site, you are agreeing to our use of cookies. Learn More.

Drag-and-Drop with jQuery: Your Essential Guide

Discussion in 'Design & Development' started by Samuel, Jan 9, 2012.

  1. Samuel

    Samuel
    Expand Collapse
    Admin

    Joined:
    Dec 20, 2011
    Messages:
    5,576
    Likes Received:
    71
    Published in jQuery

    [​IMG]

    Dragging and dropping can be a very intuitive way for users to interact with your site or web app. Drag-and-drop with JavaScript used to be very hard to do - in fact, getting a decent cross-browser version working was next to impossible. However, with modern browsers and a smattering of jQuery, drag-and-drop is now a piece of cake!

    In this tutorial we take a look at how to create drag-and-drop interfaces with jQuery, and we finish with a complete drag-and-drop example: a simple number cards game for kids.[​IMG]

    Continue reading...
     

Share This Page