<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
<channel>
<title>Snipplr - jatkins</title>
<link>http://snipplr.com/users/jatkins/tags/drop</link>
<description>Recent snippets posted on Snipplr.com</description>
<language>en-us</language>
<pubDate>Sat, 18 May 2013 23:53:15 GMT</pubDate>
<item>
<title>(JavaScript) Drag-and-drop library</title>
<link>http://snipplr.com/view/39346/draganddrop-library/</link>
<description><![CDATA[ <p>License: public domain (retention of authorship message in code is appreciated). Size: 3.94 kB. To enable drag-drop capability on one or more elements, use `enableDragDrop(elementIDArray, dropLocation);`, where elementIDArray is an array of the IDs of elements to be given drag-drop capability, and dropLocation is an optional parameter which will return the dragged elements to their original position if they are dropped outside of the perimeter of the element with the ID dropLocation. To disable drag-drop capability on one or more elements, use `disableDragDrop(elementIDArray);`.</p> ]]></description>
<pubDate>Fri, 20 Aug 2010 12:28:11 GMT</pubDate>
<guid>http://snipplr.com/view/39346/draganddrop-library/</guid>
</item>
</channel>
</rss>