<?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>Kommentarer til: Getting position from jQuery UI sortable</title>
	<atom:link href="http://huuah.com/getting-position-from-jquery-ui-sortable/feed/" rel="self" type="application/rss+xml" />
	<link>http://huuah.com/getting-position-from-jquery-ui-sortable/</link>
	<description>webdevelopment, cms, php, javascript etc</description>
	<lastBuildDate>Thu, 17 May 2012 16:08:54 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
	<item>
		<title>Af: Sergio Encinas Benítez</title>
		<link>http://huuah.com/getting-position-from-jquery-ui-sortable/comment-page-1/#comment-703</link>
		<dc:creator>Sergio Encinas Benítez</dc:creator>
		<pubDate>Mon, 29 Nov 2010 19:37:41 +0000</pubDate>
		<guid isPermaLink="false">http://huuah.com/?p=461#comment-703</guid>
		<description>This was very helpfull. The solution is that you have to get an underscore y if the sortable doesn&#039;t recognize the id (ex. id_1, id_2, id_3, so the array would be id[]=1&amp;id[]=2&amp;id[]=3). It&#039;s on the jqueryUI sortable documentation now.

http://jqueryui.com/demos/sortable/#method-serialize</description>
		<content:encoded><![CDATA[<p>This was very helpfull. The solution is that you have to get an underscore y if the sortable doesn&#8217;t recognize the id (ex. id_1, id_2, id_3, so the array would be id[]=1&amp;id[]=2&amp;id[]=3). It&#8217;s on the jqueryUI sortable documentation now.</p>
<p><a href="http://jqueryui.com/demos/sortable/#method-serialize" rel="nofollow">http://jqueryui.com/demos/sortable/#method-serialize</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>Af: Martin Streicher</title>
		<link>http://huuah.com/getting-position-from-jquery-ui-sortable/comment-page-1/#comment-217</link>
		<dc:creator>Martin Streicher</dc:creator>
		<pubDate>Wed, 16 Dec 2009 19:32:43 +0000</pubDate>
		<guid isPermaLink="false">http://huuah.com/?p=461#comment-217</guid>
		<description>Why is this not documented anywhere? I like the suggestion from J.</description>
		<content:encoded><![CDATA[<p>Why is this not documented anywhere? I like the suggestion from J.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Af: J</title>
		<link>http://huuah.com/getting-position-from-jquery-ui-sortable/comment-page-1/#comment-210</link>
		<dc:creator>J</dc:creator>
		<pubDate>Wed, 25 Nov 2009 02:09:55 +0000</pubDate>
		<guid isPermaLink="false">http://huuah.com/?p=461#comment-210</guid>
		<description>This construct works well:

	$(&quot;#sort3&quot;).sortable({
		update: function(event, ui) {
		ids = [];
	        $(&quot;#sort3 li&quot;).each(function(n){
        		ids.push($(this).attr(&#039;id&#039;));
	        });
		alert(ids); // or show ids through the DOM.
	});

The alert shows the reordered list of id&#039;s. Enjoy.</description>
		<content:encoded><![CDATA[<p>This construct works well:</p>
<p>	$(&#8220;#sort3&#8243;).sortable({<br />
		update: function(event, ui) {<br />
		ids = [];<br />
	        $(&#8220;#sort3 li&#8221;).each(function(n){<br />
        		ids.push($(this).attr(&#8216;id&#8217;));<br />
	        });<br />
		alert(ids); // or show ids through the DOM.<br />
	});</p>
<p>The alert shows the reordered list of id&#8217;s. Enjoy.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Af: Getting position from jQuery UI sortable &#124; Webdevelopment at huuah.com &#124; Search engine optimization - SEO - Durban - KZN</title>
		<link>http://huuah.com/getting-position-from-jquery-ui-sortable/comment-page-1/#comment-207</link>
		<dc:creator>Getting position from jQuery UI sortable &#124; Webdevelopment at huuah.com &#124; Search engine optimization - SEO - Durban - KZN</dc:creator>
		<pubDate>Sun, 22 Nov 2009 15:28:26 +0000</pubDate>
		<guid isPermaLink="false">http://huuah.com/?p=461#comment-207</guid>
		<description>[...] Read this article: Getting position from jQuery UI sortable &#124; Webdevelopment at huuah.com [...]</description>
		<content:encoded><![CDATA[<p>[...] Read this article: Getting position from jQuery UI sortable | Webdevelopment at huuah.com [...]</p>
]]></content:encoded>
	</item>
</channel>
</rss>

