<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>codezyne.com &#187; reversing</title>
	<atom:link href="http://codezyne.com/tag/reversing/feed/" rel="self" type="application/rss+xml" />
	<link>http://codezyne.com</link>
	<description>innovative way of thinking</description>
	<lastBuildDate>Thu, 17 Feb 2011 23:36:02 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1</generator>
		<item>
		<title>Reversing elements in jQuery</title>
		<link>http://codezyne.com/2009/12/08/reversing-elements-in-jquery/</link>
		<comments>http://codezyne.com/2009/12/08/reversing-elements-in-jquery/#comments</comments>
		<pubDate>Tue, 08 Dec 2009 16:40:33 +0000</pubDate>
		<dc:creator>Radgeofrey Mission</dc:creator>
				<category><![CDATA[Codes]]></category>
		<category><![CDATA[Javascript]]></category>
		<category><![CDATA[jQuery]]></category>
		<category><![CDATA[Quick Tips]]></category>
		<category><![CDATA[element]]></category>
		<category><![CDATA[reverse]]></category>
		<category><![CDATA[reversing]]></category>

		<guid isPermaLink="false">http://codezyne.com/?p=8</guid>
		<description><![CDATA[I made a fade in/out gallery using jquery.  And images are positioned as absolute,  so the last image element is always on top.  And my solution to make the first element on top is this. Code: var elements = $(&#8216;.imagetransition&#8217;).get().reverse(); $(&#8216;#gallerycontainer&#8217;).html(&#8221;).append(elements); Explanation :  get() will return the array elements of $(&#8216;.imagetransition&#8217;), and reverse() is a [...]]]></description>
		<wfw:commentRss>http://codezyne.com/2009/12/08/reversing-elements-in-jquery/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

