<?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 reordering of database fields (sortables) with Mootools</title>
	<atom:link href="http://www.wiseguysonly.com/2007/10/10/drag-and-drop-reordering-of-database-fields-sortables-with-mootools/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.wiseguysonly.com/2007/10/10/drag-and-drop-reordering-of-database-fields-sortables-with-mootools/</link>
	<description>PHP,MySQL and jQuery Developer</description>
	<lastBuildDate>Tue, 20 Jul 2010 13:13:48 +0200</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Shanan</title>
		<link>http://www.wiseguysonly.com/2007/10/10/drag-and-drop-reordering-of-database-fields-sortables-with-mootools/comment-page-1/#comment-5654</link>
		<dc:creator>Shanan</dc:creator>
		<pubDate>Mon, 22 Feb 2010 14:27:14 +0000</pubDate>
		<guid isPermaLink="false">http://www.wiseguysonly.com/?p=123#comment-5654</guid>
		<description>AJ is right. I have played with this script alot.

Make the following changes:

Your Javascript for the page should now be:

window.addEvent(&#039;domready&#039;, function() {

	new Sortables($(&#039;sortlist&#039;), {
		onComplete: function() {
		//new Ajax(&quot;director_data_order.php?order=&quot;+this.serialize(function(el) {})).request();
		var myRequest = new Request({method: &#039;get&#039;, url: &#039;director_data_order.php&#039;});
			myRequest.send(&quot;order=&quot;+this.serialize(function(el) {}));

		}
	});

});

This will work with the latest version of Mootools and will solve problems mention in comments above.</description>
		<content:encoded><![CDATA[<p>AJ is right. I have played with this script alot.</p>
<p>Make the following changes:</p>
<p>Your Javascript for the page should now be:</p>
<p>window.addEvent(&#8217;domready&#8217;, function() {</p>
<p>	new Sortables($(&#8217;sortlist&#8217;), {<br />
		onComplete: function() {<br />
		//new Ajax(&#8221;director_data_order.php?order=&#8221;+this.serialize(function(el) {})).request();<br />
		var myRequest = new Request({method: &#8216;get&#8217;, url: &#8216;director_data_order.php&#8217;});<br />
			myRequest.send(&#8221;order=&#8221;+this.serialize(function(el) {}));</p>
<p>		}<br />
	});</p>
<p>});</p>
<p>This will work with the latest version of Mootools and will solve problems mention in comments above.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: AJ</title>
		<link>http://www.wiseguysonly.com/2007/10/10/drag-and-drop-reordering-of-database-fields-sortables-with-mootools/comment-page-1/#comment-5160</link>
		<dc:creator>AJ</dc:creator>
		<pubDate>Wed, 29 Jul 2009 18:27:04 +0000</pubDate>
		<guid isPermaLink="false">http://www.wiseguysonly.com/?p=123#comment-5160</guid>
		<description>Yes, Mootools changed. The Ajax is now Request. Check mootools docs for Request</description>
		<content:encoded><![CDATA[<p>Yes, Mootools changed. The Ajax is now Request. Check mootools docs for Request</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Shane</title>
		<link>http://www.wiseguysonly.com/2007/10/10/drag-and-drop-reordering-of-database-fields-sortables-with-mootools/comment-page-1/#comment-5144</link>
		<dc:creator>Shane</dc:creator>
		<pubDate>Mon, 20 Jul 2009 17:24:29 +0000</pubDate>
		<guid isPermaLink="false">http://www.wiseguysonly.com/?p=123#comment-5144</guid>
		<description>I&#039;m having the same problem as Danny.  It gives me an error for the Ajax command.  Using 1.2.3.</description>
		<content:encoded><![CDATA[<p>I&#8217;m having the same problem as Danny.  It gives me an error for the Ajax command.  Using 1.2.3.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Danny</title>
		<link>http://www.wiseguysonly.com/2007/10/10/drag-and-drop-reordering-of-database-fields-sortables-with-mootools/comment-page-1/#comment-4278</link>
		<dc:creator>Danny</dc:creator>
		<pubDate>Wed, 17 Jun 2009 12:18:49 +0000</pubDate>
		<guid isPermaLink="false">http://www.wiseguysonly.com/?p=123#comment-4278</guid>
		<description>I am receiving a JS error for the &#039;Ajax&#039; command, has the mootools script changed since this?

Message: &#039;Ajax&#039; is undefined
Line: 275
Char: 1</description>
		<content:encoded><![CDATA[<p>I am receiving a JS error for the &#8216;Ajax&#8217; command, has the mootools script changed since this?</p>
<p>Message: &#8216;Ajax&#8217; is undefined<br />
Line: 275<br />
Char: 1</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Max</title>
		<link>http://www.wiseguysonly.com/2007/10/10/drag-and-drop-reordering-of-database-fields-sortables-with-mootools/comment-page-1/#comment-3944</link>
		<dc:creator>Max</dc:creator>
		<pubDate>Sun, 07 Jun 2009 13:19:49 +0000</pubDate>
		<guid isPermaLink="false">http://www.wiseguysonly.com/?p=123#comment-3944</guid>
		<description>Hi,

could you pack a zip folder with all needed files?
I tried your example but it isn&#039;t working (it&#039;s not possible to drag an entry)</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>could you pack a zip folder with all needed files?<br />
I tried your example but it isn&#8217;t working (it&#8217;s not possible to drag an entry)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Guillem</title>
		<link>http://www.wiseguysonly.com/2007/10/10/drag-and-drop-reordering-of-database-fields-sortables-with-mootools/comment-page-1/#comment-1176</link>
		<dc:creator>Guillem</dc:creator>
		<pubDate>Fri, 20 Mar 2009 09:07:53 +0000</pubDate>
		<guid isPermaLink="false">http://www.wiseguysonly.com/?p=123#comment-1176</guid>
		<description>I there any way to make it work with hash.cookie?
By the way, i&#039;m not a programmer but a designer.

Thanks a lot.

regards,
Guillem</description>
		<content:encoded><![CDATA[<p>I there any way to make it work with hash.cookie?<br />
By the way, i&#8217;m not a programmer but a designer.</p>
<p>Thanks a lot.</p>
<p>regards,<br />
Guillem</p>
]]></content:encoded>
	</item>
</channel>
</rss>
