<?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: How to create drag &amp; drop interaction with jQuery</title>
	<atom:link href="http://www.ilovecolors.com.ar/jquery-drag-drop/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.ilovecolors.com.ar/jquery-drag-drop/</link>
	<description></description>
	<lastBuildDate>Mon, 06 Feb 2012 10:24:02 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	
	<item>
		<title>By: ashu</title>
		<link>http://www.ilovecolors.com.ar/jquery-drag-drop/#comment-9979</link>
		<dc:creator>ashu</dc:creator>
		<pubDate>Wed, 14 Dec 2011 19:16:44 +0000</pubDate>
		<guid isPermaLink="false">http://www.ilovecolors.com.ar/?p=1953#comment-9979</guid>
		<description>cute website... with cute and well explained example. :)</description>
		<content:encoded><![CDATA[<p>cute website&#8230; with cute and well explained example. <img src='http://www.ilovecolors.com.ar/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Elio</title>
		<link>http://www.ilovecolors.com.ar/jquery-drag-drop/#comment-9024</link>
		<dc:creator>Elio</dc:creator>
		<pubDate>Tue, 06 Sep 2011 15:54:16 +0000</pubDate>
		<guid isPermaLink="false">http://www.ilovecolors.com.ar/?p=1953#comment-9024</guid>
		<description>Marcia, maybe you just need to use AJAX and call your asp.net script when item is dropped.</description>
		<content:encoded><![CDATA[<p>Marcia, maybe you just need to use AJAX and call your asp.net script when item is dropped.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Marcia</title>
		<link>http://www.ilovecolors.com.ar/jquery-drag-drop/#comment-9022</link>
		<dc:creator>Marcia</dc:creator>
		<pubDate>Tue, 06 Sep 2011 10:09:47 +0000</pubDate>
		<guid isPermaLink="false">http://www.ilovecolors.com.ar/?p=1953#comment-9022</guid>
		<description>Very good website, like it a lot. The jquery is working now just have to trigger a method in ASP.NET once the item is dragged</description>
		<content:encoded><![CDATA[<p>Very good website, like it a lot. The jquery is working now just have to trigger a method in ASP.NET once the item is dragged</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Age of empire browser versie (poc)&#160;&#124;&#160;svenn.d</title>
		<link>http://www.ilovecolors.com.ar/jquery-drag-drop/#comment-6232</link>
		<dc:creator>Age of empire browser versie (poc)&#160;&#124;&#160;svenn.d</dc:creator>
		<pubDate>Tue, 22 Feb 2011 17:26:22 +0000</pubDate>
		<guid isPermaLink="false">http://www.ilovecolors.com.ar/?p=1953#comment-6232</guid>
		<description>[...] bewegen kunnen villagers ook gebouwen op een random plaats bouwen. Drag &amp; drop scripts zijn reeds goed ingeburgerd en hoeven dus weinig uitleg. Ook hier gebruikte ik [...]</description>
		<content:encoded><![CDATA[<p>[...] bewegen kunnen villagers ook gebouwen op een random plaats bouwen. Drag &amp; drop scripts zijn reeds goed ingeburgerd en hoeven dus weinig uitleg. Ook hier gebruikte ik [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: iBOX &#187; Blog Archive &#187; How to create drag &#38; drop interaction with jQuery &#124; jQuery &#124; ilovecolors</title>
		<link>http://www.ilovecolors.com.ar/jquery-drag-drop/#comment-4287</link>
		<dc:creator>iBOX &#187; Blog Archive &#187; How to create drag &#38; drop interaction with jQuery &#124; jQuery &#124; ilovecolors</dc:creator>
		<pubDate>Mon, 04 Oct 2010 14:39:32 +0000</pubDate>
		<guid isPermaLink="false">http://www.ilovecolors.com.ar/?p=1953#comment-4287</guid>
		<description>[...] How to create drag &amp; drop interaction with jQuery &#124; jQuery &#124; ilovecolors. [...]</description>
		<content:encoded><![CDATA[<p>[...] How to create drag &amp; drop interaction with jQuery | jQuery | ilovecolors. [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: kevin</title>
		<link>http://www.ilovecolors.com.ar/jquery-drag-drop/#comment-3575</link>
		<dc:creator>kevin</dc:creator>
		<pubDate>Tue, 29 Jun 2010 01:37:32 +0000</pubDate>
		<guid isPermaLink="false">http://www.ilovecolors.com.ar/?p=1953#comment-3575</guid>
		<description>also... THank you!</description>
		<content:encoded><![CDATA[<p>also&#8230; THank you!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: kevin</title>
		<link>http://www.ilovecolors.com.ar/jquery-drag-drop/#comment-3574</link>
		<dc:creator>kevin</dc:creator>
		<pubDate>Tue, 29 Jun 2010 01:37:09 +0000</pubDate>
		<guid isPermaLink="false">http://www.ilovecolors.com.ar/?p=1953#comment-3574</guid>
		<description>using this on a school project. thank you! i did have some customization issues.


here is my link:
kevin(take this part out)kwok.com/Help/



1) I managed to replace teh # in boxes with pictures which is what I wanted. Then I wanted to make it so that when i drag it still shows that image as im dragging. I managed to do this by using a background-image element in the css for the &quot;.excerpt&quot; property in the css file. however this makes it so that it is that same image for every picture i drag. example: if picture1 is grabed picture1 is shown being dragged. but with my current method even when picture2 is grabbed, picture1 is still shown while being dragged even though i want picture2 to be shown being dragged... so confusing sorry.

2) is there a way to display specific images into the box images are dragged into?</description>
		<content:encoded><![CDATA[<p>using this on a school project. thank you! i did have some customization issues.</p>
<p>here is my link:<br />
kevin(take this part out)kwok.com/Help/</p>
<p>1) I managed to replace teh # in boxes with pictures which is what I wanted. Then I wanted to make it so that when i drag it still shows that image as im dragging. I managed to do this by using a background-image element in the css for the &#8220;.excerpt&#8221; property in the css file. however this makes it so that it is that same image for every picture i drag. example: if picture1 is grabed picture1 is shown being dragged. but with my current method even when picture2 is grabbed, picture1 is still shown while being dragged even though i want picture2 to be shown being dragged&#8230; so confusing sorry.</p>
<p>2) is there a way to display specific images into the box images are dragged into?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Elio</title>
		<link>http://www.ilovecolors.com.ar/jquery-drag-drop/#comment-3520</link>
		<dc:creator>Elio</dc:creator>
		<pubDate>Thu, 24 Jun 2010 13:31:32 +0000</pubDate>
		<guid isPermaLink="false">http://www.ilovecolors.com.ar/?p=1953#comment-3520</guid>
		<description>Google Chrome is my primarily browser :) The script works perfectly on Chrome. Can you tell me what kind of issues are you experiencing?</description>
		<content:encoded><![CDATA[<p>Google Chrome is my primarily browser <img src='http://www.ilovecolors.com.ar/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  The script works perfectly on Chrome. Can you tell me what kind of issues are you experiencing?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: S M Nabeel</title>
		<link>http://www.ilovecolors.com.ar/jquery-drag-drop/#comment-3517</link>
		<dc:creator>S M Nabeel</dc:creator>
		<pubDate>Thu, 24 Jun 2010 05:15:49 +0000</pubDate>
		<guid isPermaLink="false">http://www.ilovecolors.com.ar/?p=1953#comment-3517</guid>
		<description>Hi there!
I fell in love with your site in first sight!
The example is awesome but Google Chrome is dumb... :(
Is there a way to run it on chrome?</description>
		<content:encoded><![CDATA[<p>Hi there!<br />
I fell in love with your site in first sight!<br />
The example is awesome but Google Chrome is dumb&#8230; <img src='http://www.ilovecolors.com.ar/wp-includes/images/smilies/icon_sad.gif' alt=':(' class='wp-smiley' /><br />
Is there a way to run it on chrome?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Elio</title>
		<link>http://www.ilovecolors.com.ar/jquery-drag-drop/#comment-3406</link>
		<dc:creator>Elio</dc:creator>
		<pubDate>Thu, 03 Jun 2010 16:53:45 +0000</pubDate>
		<guid isPermaLink="false">http://www.ilovecolors.com.ar/?p=1953#comment-3406</guid>
		<description>Manasi, when do you want to resize it?</description>
		<content:encoded><![CDATA[<p>Manasi, when do you want to resize it?</p>
]]></content:encoded>
	</item>
</channel>
</rss>

