<?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: Dragging and dropping table rows in Javascript</title>
	<atom:link href="http://www.isocra.com/2007/07/dragging-and-dropping-table-rows-in-javascript/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.isocra.com/2007/07/dragging-and-dropping-table-rows-in-javascript/</link>
	<description>Thoughts and tutorials on web design, Java, Javascript and project management</description>
	<lastBuildDate>Thu, 11 Mar 2010 14:03:41 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: westy</title>
		<link>http://www.isocra.com/2007/07/dragging-and-dropping-table-rows-in-javascript/comment-page-3/#comment-993</link>
		<dc:creator>westy</dc:creator>
		<pubDate>Thu, 28 Jan 2010 01:50:34 +0000</pubDate>
		<guid isPermaLink="false">http://localhost/isocra/newsite/posts/2007/07/01/dragging-and-dropping-table-rows-in-javascript/#comment-993</guid>
		<description>Is there any way to make a non-drag cell ... similar to what can be done to a whole row with the noDrag=true?</description>
		<content:encoded><![CDATA[<p>Is there any way to make a non-drag cell &#8230; similar to what can be done to a whole row with the noDrag=true?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: CSS Tab Navigation Creation Made Easy &#124; Storm Development Blog</title>
		<link>http://www.isocra.com/2007/07/dragging-and-dropping-table-rows-in-javascript/comment-page-3/#comment-990</link>
		<dc:creator>CSS Tab Navigation Creation Made Easy &#124; Storm Development Blog</dc:creator>
		<pubDate>Mon, 25 Jan 2010 19:03:51 +0000</pubDate>
		<guid isPermaLink="false">http://localhost/isocra/newsite/posts/2007/07/01/dragging-and-dropping-table-rows-in-javascript/#comment-990</guid>
		<description>[...] to Isocra for their ultra cool drag-n-drop script and Mark Kahn for his awesome color picker. Tagged in: [...]</description>
		<content:encoded><![CDATA[<p>[...] to Isocra for their ultra cool drag-n-drop script and Mark Kahn for his awesome color picker. Tagged in: [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: alexa'sdad</title>
		<link>http://www.isocra.com/2007/07/dragging-and-dropping-table-rows-in-javascript/comment-page-3/#comment-989</link>
		<dc:creator>alexa'sdad</dc:creator>
		<pubDate>Mon, 25 Jan 2010 08:45:00 +0000</pubDate>
		<guid isPermaLink="false">http://localhost/isocra/newsite/posts/2007/07/01/dragging-and-dropping-table-rows-in-javascript/#comment-989</guid>
		<description>Wow this is a great tutorial! bookmarked in my site! :)</description>
		<content:encoded><![CDATA[<p>Wow this is a great tutorial! bookmarked in my site! <img src='http://www.isocra.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Nilesh Macwan</title>
		<link>http://www.isocra.com/2007/07/dragging-and-dropping-table-rows-in-javascript/comment-page-3/#comment-979</link>
		<dc:creator>Nilesh Macwan</dc:creator>
		<pubDate>Tue, 12 Jan 2010 20:51:19 +0000</pubDate>
		<guid isPermaLink="false">http://localhost/isocra/newsite/posts/2007/07/01/dragging-and-dropping-table-rows-in-javascript/#comment-979</guid>
		<description>Can we move Random row?. Can we have multiple row selection and drag and drop functionality? i want to move 1,2,4 to 6 postilion and then order will be 3,5,6,1,2,4</description>
		<content:encoded><![CDATA[<p>Can we move Random row?. Can we have multiple row selection and drag and drop functionality? i want to move 1,2,4 to 6 postilion and then order will be 3,5,6,1,2,4</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: prasad</title>
		<link>http://www.isocra.com/2007/07/dragging-and-dropping-table-rows-in-javascript/comment-page-3/#comment-948</link>
		<dc:creator>prasad</dc:creator>
		<pubDate>Thu, 26 Nov 2009 10:28:50 +0000</pubDate>
		<guid isPermaLink="false">http://localhost/isocra/newsite/posts/2007/07/01/dragging-and-dropping-table-rows-in-javascript/#comment-948</guid>
		<description>good work! I never thought of creating drag and drop in javascript.

keep it up!</description>
		<content:encoded><![CDATA[<p>good work! I never thought of creating drag and drop in javascript.</p>
<p>keep it up!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Saravanan</title>
		<link>http://www.isocra.com/2007/07/dragging-and-dropping-table-rows-in-javascript/comment-page-3/#comment-933</link>
		<dc:creator>Saravanan</dc:creator>
		<pubDate>Mon, 09 Nov 2009 10:15:15 +0000</pubDate>
		<guid isPermaLink="false">http://localhost/isocra/newsite/posts/2007/07/01/dragging-and-dropping-table-rows-in-javascript/#comment-933</guid>
		<description>I have result  1,3,2,5,6,4 . when i render table 1 . I want to show following order  1,3,2,5,6,4. I want rearrange without drag.  But table coding 1, 2, 3,4,5,6.  Anyone can tel me.</description>
		<content:encoded><![CDATA[<p>I have result  1,3,2,5,6,4 . when i render table 1 . I want to show following order  1,3,2,5,6,4. I want rearrange without drag.  But table coding 1, 2, 3,4,5,6.  Anyone can tel me.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Saravanan</title>
		<link>http://www.isocra.com/2007/07/dragging-and-dropping-table-rows-in-javascript/comment-page-3/#comment-931</link>
		<dc:creator>Saravanan</dc:creator>
		<pubDate>Fri, 06 Nov 2009 17:50:33 +0000</pubDate>
		<guid isPermaLink="false">http://localhost/isocra/newsite/posts/2007/07/01/dragging-and-dropping-table-rows-in-javascript/#comment-931</guid>
		<description>i have trying this example which is not working. i have include following files.   jquery.js, tablednd.js but which is not working. Please Tel me anyone what are the file include. how to implement this.</description>
		<content:encoded><![CDATA[<p>i have trying this example which is not working. i have include following files.   jquery.js, tablednd.js but which is not working. Please Tel me anyone what are the file include. how to implement this.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: DenisH</title>
		<link>http://www.isocra.com/2007/07/dragging-and-dropping-table-rows-in-javascript/comment-page-3/#comment-925</link>
		<dc:creator>DenisH</dc:creator>
		<pubDate>Sun, 25 Oct 2009 13:38:25 +0000</pubDate>
		<guid isPermaLink="false">http://localhost/isocra/newsite/posts/2007/07/01/dragging-and-dropping-table-rows-in-javascript/#comment-925</guid>
		<description>Hi all,

Sorry for not being around to reply to comments over the last month, loads of paid-for work keeping me busy!

@alain: There are some differences between FF and IE when you drag a row because FF tries to be helpful and remember what you&#039;d selected (you will have noticed that if you go back to a web page with radios and drop downs, quite often FF selects stuff even though it&#039;s not [yet] selected in the HTML). So, it might be FF being helpful, it might also be that when I detach the row to re-add it in a different place in the TBODY, then IE is unsetting the state of the radio. Generally I reckon you&#039;d have to write bespoke code to make sure that both browsers behave in the same way. It&#039;s beyond the scope of this plug-in to drill down inside the row to see if there are any form elements. Sorry! You can use the events though to capture state and restore it.

@mike: I haven&#039;t tried changing whole TBODYs. In theory of course it&#039;s possible. You might like to look at the non-jQuery raw javascript version which you could tailor to your requirements.

@RG/@ &gt; Evil: basically the way that the auto-scroll works is slightly browser-specific. It&#039;s possible that there&#039;s a bug in this (see source line 233 onwards). In fact there&#039;s probably a neater (more robust) jQuery way of doing it? If anyone knows, let me know. I&#039;ll try and look at it again in the next day or so.

In fact if anyone wants to help update the source and add new features, then please contact me at the obvious email address (this username plus isocra.com) and I&#039;ll add you to the Google Code project :-)</description>
		<content:encoded><![CDATA[<p>Hi all,</p>
<p>Sorry for not being around to reply to comments over the last month, loads of paid-for work keeping me busy!</p>
<p>@alain: There are some differences between FF and IE when you drag a row because FF tries to be helpful and remember what you&#8217;d selected (you will have noticed that if you go back to a web page with radios and drop downs, quite often FF selects stuff even though it&#8217;s not [yet] selected in the HTML). So, it might be FF being helpful, it might also be that when I detach the row to re-add it in a different place in the TBODY, then IE is unsetting the state of the radio. Generally I reckon you&#8217;d have to write bespoke code to make sure that both browsers behave in the same way. It&#8217;s beyond the scope of this plug-in to drill down inside the row to see if there are any form elements. Sorry! You can use the events though to capture state and restore it.</p>
<p>@mike: I haven&#8217;t tried changing whole TBODYs. In theory of course it&#8217;s possible. You might like to look at the non-jQuery raw javascript version which you could tailor to your requirements.</p>
<p>@RG/@ &gt; Evil: basically the way that the auto-scroll works is slightly browser-specific. It&#8217;s possible that there&#8217;s a bug in this (see source line 233 onwards). In fact there&#8217;s probably a neater (more robust) jQuery way of doing it? If anyone knows, let me know. I&#8217;ll try and look at it again in the next day or so.</p>
<p>In fact if anyone wants to help update the source and add new features, then please contact me at the obvious email address (this username plus isocra.com) and I&#8217;ll add you to the Google Code project <img src='http://www.isocra.com/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: &#62; Evil E.</title>
		<link>http://www.isocra.com/2007/07/dragging-and-dropping-table-rows-in-javascript/comment-page-3/#comment-924</link>
		<dc:creator>&#62; Evil E.</dc:creator>
		<pubDate>Sat, 24 Oct 2009 15:49:48 +0000</pubDate>
		<guid isPermaLink="false">http://localhost/isocra/newsite/posts/2007/07/01/dragging-and-dropping-table-rows-in-javascript/#comment-924</guid>
		<description>@ RG (19 Aug 2009, 13:37 Hrs) :

I noticed the exact same thing. But I&#039;ve noticed that there are 2 situations in which the web browser react differently :
(1) you&#039;re not moving the mouse pointer whilst auto-scrolling
(2) you&#039;re moving the mouse pointer left and/or right whilst auto-scrolling

In situation (1) IE will auto-scroll the page extremely slow (it seems like an interrupted scroll based on an interval), and in situation (2) IE will scroll the page more fluently...
I have a feeling that the slow/interrupted scrolling is caused by the lack of mouse events because of the static mouse cursor position. Maybe DenisH can provide us with an explanation why this occurs ?</description>
		<content:encoded><![CDATA[<p>@ RG (19 Aug 2009, 13:37 Hrs) :</p>
<p>I noticed the exact same thing. But I&#8217;ve noticed that there are 2 situations in which the web browser react differently :<br />
(1) you&#8217;re not moving the mouse pointer whilst auto-scrolling<br />
(2) you&#8217;re moving the mouse pointer left and/or right whilst auto-scrolling</p>
<p>In situation (1) IE will auto-scroll the page extremely slow (it seems like an interrupted scroll based on an interval), and in situation (2) IE will scroll the page more fluently&#8230;<br />
I have a feeling that the slow/interrupted scrolling is caused by the lack of mouse events because of the static mouse cursor position. Maybe DenisH can provide us with an explanation why this occurs ?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: mike</title>
		<link>http://www.isocra.com/2007/07/dragging-and-dropping-table-rows-in-javascript/comment-page-3/#comment-912</link>
		<dc:creator>mike</dc:creator>
		<pubDate>Fri, 02 Oct 2009 18:13:05 +0000</pubDate>
		<guid isPermaLink="false">http://localhost/isocra/newsite/posts/2007/07/01/dragging-and-dropping-table-rows-in-javascript/#comment-912</guid>
		<description>hi, great code!  got it working fine. was wondering if it can be easily modified to swap TBODYs in a table instead of rows?</description>
		<content:encoded><![CDATA[<p>hi, great code!  got it working fine. was wondering if it can be easily modified to swap TBODYs in a table instead of rows?</p>
]]></content:encoded>
	</item>
</channel>
</rss>
