Drag and Drop with jQuery for Touch Devices

In the last post: Drag and drop with HTML5, i explained how to drag and drop using HTML5 and Javascript (jQuery). I mentioned that touch devices such as iPhone, iPad, BlackBerry, Samsung…. etc, does not support HTML5 Drag and Drop features.

Now, in this post, i want to explain how to make Drag and Drop possible for all devices. Before we start, you must know that it’s all about Javascript.. And i will use jQuery library while i am familiar with it and it simplifies writing javascript.

More about jQuery AJAX

jQuery made AJAX simple by using .ajax() function. The syntax for this function is: $.ajax( […]

Learn AJAX, AJAX tutorial

What’s AJAX? AJAX (Asynchronous JavaScript and XML) is a newly coined term for two powerful […]

What’s jQuery?

jQuery is a lightweight JavaScript library that emphasizes interaction between JavaScript and HTML. It was […]