<?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 table content with JavaScript</title>
	<atom:link href="http://www.redips.net/javascript/drag-and-drop-table-content/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.redips.net/javascript/drag-and-drop-table-content/</link>
	<description>Techniques and Web Technologies</description>
	<lastBuildDate>Thu, 11 Mar 2010 16:39:25 +0100</lastBuildDate>
	
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Poz</title>
		<link>http://www.redips.net/javascript/drag-and-drop-table-content/comment-page-12/#comment-1836</link>
		<dc:creator>Poz</dc:creator>
		<pubDate>Thu, 11 Mar 2010 15:09:54 +0000</pubDate>
		<guid isPermaLink="false">http://www.redips.net/?p=63#comment-1836</guid>
		<description>Excellent code, does almost everything I need it to!

However I&#039;m having an issue with the scrolling when inside a container. Am I doing something wrong or is it not possible to scroll according to it&#039;s parent container?

e.g. I have my &quot;drag&quot; div inside an asp.net panel control and at present the panel is not scrollable when dragging near it&#039;s boundaries.

Any help would be greatly appreciated.

Thanks.</description>
		<content:encoded><![CDATA[<p>Excellent code, does almost everything I need it to!</p>
<p>However I'm having an issue with the scrolling when inside a container. Am I doing something wrong or is it not possible to scroll according to it's parent container?</p>
<p>e.g. I have my "drag" div inside an asp.net panel control and at present the panel is not scrollable when dragging near it's boundaries.</p>
<p>Any help would be greatly appreciated.</p>
<p>Thanks.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Rocky</title>
		<link>http://www.redips.net/javascript/drag-and-drop-table-content/comment-page-12/#comment-1834</link>
		<dc:creator>Rocky</dc:creator>
		<pubDate>Thu, 11 Mar 2010 00:35:16 +0000</pubDate>
		<guid isPermaLink="false">http://www.redips.net/?p=63#comment-1834</guid>
		<description>How can I click on a button and reset one of the div&#039;s to go back to default position that it started from?</description>
		<content:encoded><![CDATA[<p>How can I click on a button and reset one of the div's to go back to default position that it started from?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Fatih</title>
		<link>http://www.redips.net/javascript/drag-and-drop-table-content/comment-page-12/#comment-1832</link>
		<dc:creator>Fatih</dc:creator>
		<pubDate>Wed, 10 Mar 2010 11:44:59 +0000</pubDate>
		<guid isPermaLink="false">http://www.redips.net/?p=63#comment-1832</guid>
		<description>hey, cool script
i have discoverd the script for two days but i have a problem with reordering. i didn&#039;t find correct way to reorder when single-cell drag-dropping. Dragged divs is always pushed last position in td.(always appen last did not insert) is anyone know the way to solve this problem? Thanks</description>
		<content:encoded><![CDATA[<p>hey, cool script<br />
i have discoverd the script for two days but i have a problem with reordering. i didn't find correct way to reorder when single-cell drag-dropping. Dragged divs is always pushed last position in td.(always appen last did not insert) is anyone know the way to solve this problem? Thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Andy</title>
		<link>http://www.redips.net/javascript/drag-and-drop-table-content/comment-page-12/#comment-1830</link>
		<dc:creator>Andy</dc:creator>
		<pubDate>Tue, 09 Mar 2010 17:08:52 +0000</pubDate>
		<guid isPermaLink="false">http://www.redips.net/?p=63#comment-1830</guid>
		<description>I want to have a table cell that, when clone is dragged onto it, the cloned element gets added to all the cells in that row. Can someone point me in the right direction? Thanks!</description>
		<content:encoded><![CDATA[<p>I want to have a table cell that, when clone is dragged onto it, the cloned element gets added to all the cells in that row. Can someone point me in the right direction? Thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Greg</title>
		<link>http://www.redips.net/javascript/drag-and-drop-table-content/comment-page-12/#comment-1823</link>
		<dc:creator>Greg</dc:creator>
		<pubDate>Thu, 04 Mar 2010 05:39:17 +0000</pubDate>
		<guid isPermaLink="false">http://www.redips.net/?p=63#comment-1823</guid>
		<description>Absolutely amazing code. Exactly that I need.  Thank you.</description>
		<content:encoded><![CDATA[<p>Absolutely amazing code. Exactly that I need.  Thank you.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Garwain</title>
		<link>http://www.redips.net/javascript/drag-and-drop-table-content/comment-page-12/#comment-1817</link>
		<dc:creator>Garwain</dc:creator>
		<pubDate>Thu, 25 Feb 2010 12:40:44 +0000</pubDate>
		<guid isPermaLink="false">http://www.redips.net/?p=63#comment-1817</guid>
		<description>Mr dbunic,
I&#039;ve been using your wonderfull script, but I want to upgrade it with radio buttons. This comes with some difficulties I cannot overcome.

1. When dragged, the selected radio button is reset. Is there a way to keep the radio button checked while dragging and dropping?

2. I read your post about checking which checkboxes are ticked. Can this be implemented in the resulting query string as well? I&#039;m saving the positions, but I&#039;d like to save which radio button is checked as well.

Thanks for looking into this!</description>
		<content:encoded><![CDATA[<p>Mr dbunic,<br />
I've been using your wonderfull script, but I want to upgrade it with radio buttons. This comes with some difficulties I cannot overcome.</p>
<p>1. When dragged, the selected radio button is reset. Is there a way to keep the radio button checked while dragging and dropping?</p>
<p>2. I read your post about checking which checkboxes are ticked. Can this be implemented in the resulting query string as well? I'm saving the positions, but I'd like to save which radio button is checked as well.</p>
<p>Thanks for looking into this!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Usama</title>
		<link>http://www.redips.net/javascript/drag-and-drop-table-content/comment-page-12/#comment-1812</link>
		<dc:creator>Usama</dc:creator>
		<pubDate>Sun, 21 Feb 2010 08:01:49 +0000</pubDate>
		<guid isPermaLink="false">http://www.redips.net/?p=63#comment-1812</guid>
		<description>thank you very much 
truly i didn&#039;t try it but really thanks</description>
		<content:encoded><![CDATA[<p>thank you very much<br />
truly i didn't try it but really thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Danny</title>
		<link>http://www.redips.net/javascript/drag-and-drop-table-content/comment-page-12/#comment-1811</link>
		<dc:creator>Danny</dc:creator>
		<pubDate>Fri, 19 Feb 2010 10:09:19 +0000</pubDate>
		<guid isPermaLink="false">http://www.redips.net/?p=63#comment-1811</guid>
		<description>Great stuff.

I was looking for all the other draggables/droppables implementations with jQuery and the other frameworks, and all look too complex for my taste.

This looks great.

One suggestion, although my guess is that it may not be that easy to implement, would be to allow a sortable style behavior. Right now if I have a one column table, with say, 20 objects and I want to move the last one to be in the second place, while pushing all of the other down, I cannot do it (as far as I could tell).

Anyways, thanks a lot for sharing this.</description>
		<content:encoded><![CDATA[<p>Great stuff.</p>
<p>I was looking for all the other draggables/droppables implementations with jQuery and the other frameworks, and all look too complex for my taste.</p>
<p>This looks great.</p>
<p>One suggestion, although my guess is that it may not be that easy to implement, would be to allow a sortable style behavior. Right now if I have a one column table, with say, 20 objects and I want to move the last one to be in the second place, while pushing all of the other down, I cannot do it (as far as I could tell).</p>
<p>Anyways, thanks a lot for sharing this.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: senthil</title>
		<link>http://www.redips.net/javascript/drag-and-drop-table-content/comment-page-12/#comment-1810</link>
		<dc:creator>senthil</dc:creator>
		<pubDate>Fri, 19 Feb 2010 07:57:01 +0000</pubDate>
		<guid isPermaLink="false">http://www.redips.net/?p=63#comment-1810</guid>
		<description>hi, i used this drag and drop clone concept, it works fine in all browsers except opera browser... is there any hacking code for opera browser or want to specify any width for the dragging div..? in opera browser even dragging the div also not acceptable...? give me some solutions to drag the div in opera browser to solve the problem...</description>
		<content:encoded><![CDATA[<p>hi, i used this drag and drop clone concept, it works fine in all browsers except opera browser... is there any hacking code for opera browser or want to specify any width for the dragging div..? in opera browser even dragging the div also not acceptable...? give me some solutions to drag the div in opera browser to solve the problem...</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: HKad</title>
		<link>http://www.redips.net/javascript/drag-and-drop-table-content/comment-page-12/#comment-1806</link>
		<dc:creator>HKad</dc:creator>
		<pubDate>Thu, 18 Feb 2010 16:33:14 +0000</pubDate>
		<guid isPermaLink="false">http://www.redips.net/?p=63#comment-1806</guid>
		<description>I am not sure whats wrong, but this still doesnt work. However this is what i was able to figure it out. When you call myhandler_dropped call looks like target cell looses its DIV tag as a result doesnt get picked up by save_content() as result i never see last drop cell&#039;s DIV tag when i alert query variable in save_content function.</description>
		<content:encoded><![CDATA[<p>I am not sure whats wrong, but this still doesnt work. However this is what i was able to figure it out. When you call myhandler_dropped call looks like target cell looses its DIV tag as a result doesnt get picked up by save_content() as result i never see last drop cell's DIV tag when i alert query variable in save_content function.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
