<?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"
	>
<channel>
	<title>Comments on: Moving table rows up and down with JavaScript</title>
	<atom:link href="http://www.w3hobbyist.com/web-designing/moving-table-rows-up-and-down-with-javascript/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.w3hobbyist.com/web-designing/moving-table-rows-up-and-down-with-javascript/</link>
	<description>Snippets and resources for PHP, MySQL, JavaScript-AJAX</description>
	<pubDate>Wed, 07 Jan 2009 09:12:44 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6.1</generator>
		<item>
		<title>By: oislas</title>
		<link>http://www.w3hobbyist.com/web-designing/moving-table-rows-up-and-down-with-javascript/#comment-79</link>
		<dc:creator>oislas</dc:creator>
		<pubDate>Thu, 14 Aug 2008 16:54:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.w3hobbyist.com/?p=28#comment-79</guid>
		<description>otro error que encontré es que no funciona cuando la tabla tiene renglones TR dentro de THEAD</description>
		<content:encoded><![CDATA[<p>otro error que encontré es que no funciona cuando la tabla tiene renglones TR dentro de THEAD</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: oislas</title>
		<link>http://www.w3hobbyist.com/web-designing/moving-table-rows-up-and-down-with-javascript/#comment-77</link>
		<dc:creator>oislas</dc:creator>
		<pubDate>Tue, 12 Aug 2008 18:26:06 +0000</pubDate>
		<guid isPermaLink="false">http://www.w3hobbyist.com/?p=28#comment-77</guid>
		<description>otro error que encontré es que no funciona cuando la tabla tiene renglones en </description>
		<content:encoded><![CDATA[<p>otro error que encontré es que no funciona cuando la tabla tiene renglones en</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: oislas</title>
		<link>http://www.w3hobbyist.com/web-designing/moving-table-rows-up-and-down-with-javascript/#comment-76</link>
		<dc:creator>oislas</dc:creator>
		<pubDate>Mon, 11 Aug 2008 17:00:09 +0000</pubDate>
		<guid isPermaLink="false">http://www.w3hobbyist.com/?p=28#comment-76</guid>
		<description>Hola, encontré un error en tu función move(), en la línea 50, básicamente un error de copy-paste :D

Dice :
      adjacentrow_clone=clickedrow.cloneNode(true);

Debe decir:
      adjacentrow_clone=adjacentrow.cloneNode(true);

y listo :)</description>
		<content:encoded><![CDATA[<p>Hola, encontré un error en tu función move(), en la línea 50, básicamente un error de copy-paste <img src='http://www.w3hobbyist.com/wp-includes/images/smilies/icon_biggrin.gif' alt=':D' class='wp-smiley' /> </p>
<p>Dice :<br />
      adjacentrow_clone=clickedrow.cloneNode(true);</p>
<p>Debe decir:<br />
      adjacentrow_clone=adjacentrow.cloneNode(true);</p>
<p>y listo <img src='http://www.w3hobbyist.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /></p>
]]></content:encoded>
	</item>
</channel>
</rss>
