<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: Drag And Drop With JavaScript &amp; CSS</title>
	<atom:link href="http://www.webdesignideas.org/2009/01/15/drag-and-drop-with-javascript-css/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.webdesignideas.org/2009/01/15/drag-and-drop-with-javascript-css/</link>
	<description>Daily Web Design Inspiration &#38; Ideas</description>
	<lastBuildDate>Tue, 27 Jul 2010 15:53:26 -0700</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
	<item>
		<title>By: valiik</title>
		<link>http://www.webdesignideas.org/2009/01/15/drag-and-drop-with-javascript-css/comment-page-1/#comment-33764</link>
		<dc:creator>valiik</dc:creator>
		<pubDate>Mon, 01 Feb 2010 17:48:30 +0000</pubDate>
		<guid isPermaLink="false">http://www.wbdesignideas.com/?p=1240#comment-33764</guid>
		<description>Thanks for the correction Dendy.</description>
		<content:encoded><![CDATA[<p>Thanks for the correction Dendy.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: dendy</title>
		<link>http://www.webdesignideas.org/2009/01/15/drag-and-drop-with-javascript-css/comment-page-1/#comment-33763</link>
		<dc:creator>dendy</dc:creator>
		<pubDate>Mon, 01 Feb 2010 17:05:59 +0000</pubDate>
		<guid isPermaLink="false">http://www.wbdesignideas.com/?p=1240#comment-33763</guid>
		<description>hi.. there is small bug, it is needed to add into mouseUp(ev) at the end, where are rows

324.curTarget = null;
325.iMouseDown = false;

also this one :

dragHelper.innerHTML = &#039;&#039;;

to clear dragHelper buffer ...

without this, when you will move some more complex structures (when draged element contains not simple text as in this example, but some other html code with elements containing id attributes), you will in trouble because after you drop container at decided place, it also stays in buffer. Them, when you after this want target some html element bu it&#039;s id attribute from inside dragged element, it will not works because there will be twice same id in document - at dragged position but also in copyied data in buffer ...</description>
		<content:encoded><![CDATA[<p>hi.. there is small bug, it is needed to add into mouseUp(ev) at the end, where are rows</p>
<p>324.curTarget = null;<br />
325.iMouseDown = false;</p>
<p>also this one :</p>
<p>dragHelper.innerHTML = &#8221;;</p>
<p>to clear dragHelper buffer &#8230;</p>
<p>without this, when you will move some more complex structures (when draged element contains not simple text as in this example, but some other html code with elements containing id attributes), you will in trouble because after you drop container at decided place, it also stays in buffer. Them, when you after this want target some html element bu it&#8217;s id attribute from inside dragged element, it will not works because there will be twice same id in document &#8211; at dragged position but also in copyied data in buffer &#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Avaterera</title>
		<link>http://www.webdesignideas.org/2009/01/15/drag-and-drop-with-javascript-css/comment-page-1/#comment-33581</link>
		<dc:creator>Avaterera</dc:creator>
		<pubDate>Mon, 14 Dec 2009 20:53:20 +0000</pubDate>
		<guid isPermaLink="false">http://www.wbdesignideas.com/?p=1240#comment-33581</guid>
		<description>Hi m8.
Unfortunately this also isn&#039;t working as expected. Weird things are going on when trying to move object. Some objects are disappearing.</description>
		<content:encoded><![CDATA[<p>Hi m8.<br />
Unfortunately this also isn&#8217;t working as expected. Weird things are going on when trying to move object. Some objects are disappearing.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
