<?xml version="1.0" encoding="UTF-8"?><!-- generator="wordpress/2.3.2" -->
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	>
<channel>
	<title>Comments on: Table Drag and Drop JQuery plugin</title>
	<link>http://www.isocra.com/2008/02/table-drag-and-drop-jquery-plugin/</link>
	<description>Thoughts and tutorials on web design, Java, Javascript and project management</description>
	<pubDate>Sat, 04 Jul 2009 09:28:44 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.3.2</generator>
		<item>
		<title>By: Daniel Schultz</title>
		<link>http://www.isocra.com/2008/02/table-drag-and-drop-jquery-plugin/#comment-848</link>
		<dc:creator>Daniel Schultz</dc:creator>
		<pubDate>Thu, 02 Jul 2009 18:01:25 +0000</pubDate>
		<guid>http://www.isocra.com/2008/02/table-drag-and-drop-jquery-plugin/#comment-848</guid>
		<description>Sorry to double post, but here is the info I needed about table to input drag

http://stackoverflow.com/questions/199651/jquery-any-row-picker

So, in case anyone needs, this may help</description>
		<content:encoded><![CDATA[<p>Sorry to double post, but here is the info I needed about table to input drag</p>
<p><a href="http://stackoverflow.com/questions/199651/jquery-any-row-picker" rel="nofollow">http://stackoverflow.com/questions/199651/jquery-any-row-picker</a></p>
<p>So, in case anyone needs, this may help</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Daniel Schultz</title>
		<link>http://www.isocra.com/2008/02/table-drag-and-drop-jquery-plugin/#comment-847</link>
		<dc:creator>Daniel Schultz</dc:creator>
		<pubDate>Thu, 02 Jul 2009 17:53:42 +0000</pubDate>
		<guid>http://www.isocra.com/2008/02/table-drag-and-drop-jquery-plugin/#comment-847</guid>
		<description>I am needing an table to input text drag'n drop.

I tried to adapt your example with no success.

Thanks</description>
		<content:encoded><![CDATA[<p>I am needing an table to input text drag&#8217;n drop.</p>
<p>I tried to adapt your example with no success.</p>
<p>Thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Max</title>
		<link>http://www.isocra.com/2008/02/table-drag-and-drop-jquery-plugin/#comment-846</link>
		<dc:creator>Max</dc:creator>
		<pubDate>Thu, 02 Jul 2009 17:17:39 +0000</pubDate>
		<guid>http://www.isocra.com/2008/02/table-drag-and-drop-jquery-plugin/#comment-846</guid>
		<description>http://users.wfu.edu/strumc7/DragNDrop/
sorry about the double post</description>
		<content:encoded><![CDATA[<p><a href="http://users.wfu.edu/strumc7/DragNDrop/" rel="nofollow">http://users.wfu.edu/strumc7/DragNDrop/</a><br />
sorry about the double post</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Max</title>
		<link>http://www.isocra.com/2008/02/table-drag-and-drop-jquery-plugin/#comment-845</link>
		<dc:creator>Max</dc:creator>
		<pubDate>Thu, 02 Jul 2009 17:17:15 +0000</pubDate>
		<guid>http://www.isocra.com/2008/02/table-drag-and-drop-jquery-plugin/#comment-845</guid>
		<description>Hi
for a project at work, I needed to create a way to drag and drop rows and columns 
thanks to this plugin, moving the rows went fine.
moving the columns however was tougher to find a way to do. 
at the moment its somewhat crude and buggy, but using this plugin as a place to work from, I created a way to drag and drop columns, I hope that is alright, here's an example of it
would you like the code now or once it is more refined?
-max</description>
		<content:encoded><![CDATA[<p>Hi<br />
for a project at work, I needed to create a way to drag and drop rows and columns<br />
thanks to this plugin, moving the rows went fine.<br />
moving the columns however was tougher to find a way to do.<br />
at the moment its somewhat crude and buggy, but using this plugin as a place to work from, I created a way to drag and drop columns, I hope that is alright, here&#8217;s an example of it<br />
would you like the code now or once it is more refined?<br />
-max</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Claire</title>
		<link>http://www.isocra.com/2008/02/table-drag-and-drop-jquery-plugin/#comment-844</link>
		<dc:creator>Claire</dc:creator>
		<pubDate>Thu, 02 Jul 2009 15:00:19 +0000</pubDate>
		<guid>http://www.isocra.com/2008/02/table-drag-and-drop-jquery-plugin/#comment-844</guid>
		<description>Hi, I got the script working by adding a ; after the } before jQuery.fn.extend(

However I also had to copy the contents of the file and paste it to be inside the namespace rather than using a script include tag.  Any ideas why?</description>
		<content:encoded><![CDATA[<p>Hi, I got the script working by adding a ; after the } before jQuery.fn.extend(</p>
<p>However I also had to copy the contents of the file and paste it to be inside the namespace rather than using a script include tag.  Any ideas why?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Benny</title>
		<link>http://www.isocra.com/2008/02/table-drag-and-drop-jquery-plugin/#comment-842</link>
		<dc:creator>Benny</dc:creator>
		<pubDate>Wed, 01 Jul 2009 10:11:30 +0000</pubDate>
		<guid>http://www.isocra.com/2008/02/table-drag-and-drop-jquery-plugin/#comment-842</guid>
		<description>I have a small problem with this drag'n'drop. When ever I lock a element it is not lock into place, but moves up or down when I place other elements under or above it.
Can it be done so if I lock element 3 it stay on spot 3 and don't move down to place 4 if I move a other element above it ??</description>
		<content:encoded><![CDATA[<p>I have a small problem with this drag&#8217;n'drop. When ever I lock a element it is not lock into place, but moves up or down when I place other elements under or above it.<br />
Can it be done so if I lock element 3 it stay on spot 3 and don&#8217;t move down to place 4 if I move a other element above it ??</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Claire</title>
		<link>http://www.isocra.com/2008/02/table-drag-and-drop-jquery-plugin/#comment-840</link>
		<dc:creator>Claire</dc:creator>
		<pubDate>Mon, 29 Jun 2009 14:34:30 +0000</pubDate>
		<guid>http://www.isocra.com/2008/02/table-drag-and-drop-jquery-plugin/#comment-840</guid>
		<description>I've been successfully using tableDnD in jQuery 1.2.3 with the live query plugin, however I have moved to jQuery 1.3.2 and had to namespace my javascript functions this has caused my tableDnD to fail as it is no longer found.  Anyone know how to get round this?  Sorry if the answer is obvious.</description>
		<content:encoded><![CDATA[<p>I&#8217;ve been successfully using tableDnD in jQuery 1.2.3 with the live query plugin, however I have moved to jQuery 1.3.2 and had to namespace my javascript functions this has caused my tableDnD to fail as it is no longer found.  Anyone know how to get round this?  Sorry if the answer is obvious.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Markus</title>
		<link>http://www.isocra.com/2008/02/table-drag-and-drop-jquery-plugin/#comment-839</link>
		<dc:creator>Markus</dc:creator>
		<pubDate>Mon, 29 Jun 2009 11:34:54 +0000</pubDate>
		<guid>http://www.isocra.com/2008/02/table-drag-and-drop-jquery-plugin/#comment-839</guid>
		<description>I'm not sure if this behavior is wanted or a bug, but if u specifiy a dragHandle, the onDragStart event gives the matching cell (td tag) as the row parameter and not as i supposed the row (tr tag). Found a simple bugfix for that by changing line 135:

config.onDragStart(table, this);

to

config.onDragStart(table, this.parentNode);</description>
		<content:encoded><![CDATA[<p>I&#8217;m not sure if this behavior is wanted or a bug, but if u specifiy a dragHandle, the onDragStart event gives the matching cell (td tag) as the row parameter and not as i supposed the row (tr tag). Found a simple bugfix for that by changing line 135:</p>
<p>config.onDragStart(table, this);</p>
<p>to</p>
<p>config.onDragStart(table, this.parentNode);</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Steve</title>
		<link>http://www.isocra.com/2008/02/table-drag-and-drop-jquery-plugin/#comment-838</link>
		<dc:creator>Steve</dc:creator>
		<pubDate>Wed, 24 Jun 2009 16:20:37 +0000</pubDate>
		<guid>http://www.isocra.com/2008/02/table-drag-and-drop-jquery-plugin/#comment-838</guid>
		<description>If you are haveing problems with serilising tables and getting a difference between IE7 and Firefox, check to see if you are using THEAD and TBODY tags. Or you are just using a top row for TH tags. If so IE will return the first Item in the array as index 0 blank. But firefox will return as you expect.

To solve just adjust you jQuery Selector to identifiy the TBODY area not just the Table. ie 
instead of: $('#theTable').tableDnD(
use:          $('#theTable tbody').tableDnD(</description>
		<content:encoded><![CDATA[<p>If you are haveing problems with serilising tables and getting a difference between IE7 and Firefox, check to see if you are using THEAD and TBODY tags. Or you are just using a top row for TH tags. If so IE will return the first Item in the array as index 0 blank. But firefox will return as you expect.</p>
<p>To solve just adjust you jQuery Selector to identifiy the TBODY area not just the Table. ie<br />
instead of: $(&#8217;#theTable&#8217;).tableDnD(<br />
use:          $(&#8217;#theTable tbody&#8217;).tableDnD(</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: All About Tables &#8211; jQuery Plugin &#124; INSIC 2.0 Web Development &#38; Design Blog</title>
		<link>http://www.isocra.com/2008/02/table-drag-and-drop-jquery-plugin/#comment-835</link>
		<dc:creator>All About Tables &#8211; jQuery Plugin &#124; INSIC 2.0 Web Development &#38; Design Blog</dc:creator>
		<pubDate>Sun, 21 Jun 2009 11:39:57 +0000</pubDate>
		<guid>http://www.isocra.com/2008/02/table-drag-and-drop-jquery-plugin/#comment-835</guid>
		<description>[...] 3. Table Drag and Drop JQuery plugin [...]</description>
		<content:encoded><![CDATA[<p>[&#8230;] 3. Table Drag and Drop JQuery plugin [&#8230;]</p>
]]></content:encoded>
	</item>
</channel>
</rss>
