<?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: Some Useful JavaScript &amp; jQuery Snippets &#8211; Part 2</title>
	<atom:link href="http://tympanus.net/codrops/2010/01/07/some-useful-javascript-jquery-snippets-part-2/feed/" rel="self" type="application/rss+xml" />
	<link>http://tympanus.net/codrops/2010/01/07/some-useful-javascript-jquery-snippets-part-2/</link>
	<description>Useful resources and inspiration for creative minds</description>
	<lastBuildDate>Wed, 08 Feb 2012 19:26:09 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: Dealership Websites</title>
		<link>http://tympanus.net/codrops/2010/01/07/some-useful-javascript-jquery-snippets-part-2/comment-page-2/#comment-165413</link>
		<dc:creator>Dealership Websites</dc:creator>
		<pubDate>Mon, 29 Aug 2011 16:51:53 +0000</pubDate>
		<guid isPermaLink="false">http://tympanus.net/codrops/?p=1147#comment-165413</guid>
		<description>Cody great share. this will work perfectly with a few projects I&#039;m working on</description>
		<content:encoded><![CDATA[<p>Cody great share. this will work perfectly with a few projects I&#8217;m working on</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ashok vardhan</title>
		<link>http://tympanus.net/codrops/2010/01/07/some-useful-javascript-jquery-snippets-part-2/comment-page-2/#comment-56755</link>
		<dc:creator>Ashok vardhan</dc:creator>
		<pubDate>Fri, 15 Apr 2011 04:00:02 +0000</pubDate>
		<guid isPermaLink="false">http://tympanus.net/codrops/?p=1147#comment-56755</guid>
		<description>nice tutorial Mr.Cody, thanks for the sharing :)</description>
		<content:encoded><![CDATA[<p>nice tutorial Mr.Cody, thanks for the sharing :)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: hal? y?kama</title>
		<link>http://tympanus.net/codrops/2010/01/07/some-useful-javascript-jquery-snippets-part-2/comment-page-2/#comment-43116</link>
		<dc:creator>hal? y?kama</dc:creator>
		<pubDate>Tue, 05 Apr 2011 10:35:08 +0000</pubDate>
		<guid isPermaLink="false">http://tympanus.net/codrops/?p=1147#comment-43116</guid>
		<description>thank you very much good explain</description>
		<content:encoded><![CDATA[<p>thank you very much good explain</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: web design</title>
		<link>http://tympanus.net/codrops/2010/01/07/some-useful-javascript-jquery-snippets-part-2/comment-page-2/#comment-26765</link>
		<dc:creator>web design</dc:creator>
		<pubDate>Tue, 22 Mar 2011 09:54:34 +0000</pubDate>
		<guid isPermaLink="false">http://tympanus.net/codrops/?p=1147#comment-26765</guid>
		<description>if($(element).is(“:visible”)) {
this doesn’t take visibility of element’s parents into account. something like this might lead to the expected behaviour:
if($(element).is(“:visible”) &amp;&amp; $(element).parents().not(‘:visible’).length == 0) {…</description>
		<content:encoded><![CDATA[<p>if($(element).is(“:visible”)) {<br />
this doesn’t take visibility of element’s parents into account. something like this might lead to the expected behaviour:<br />
if($(element).is(“:visible”) &amp;&amp; $(element).parents().not(‘:visible’).length == 0) {…</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: earth4energy</title>
		<link>http://tympanus.net/codrops/2010/01/07/some-useful-javascript-jquery-snippets-part-2/comment-page-2/#comment-5956</link>
		<dc:creator>earth4energy</dc:creator>
		<pubDate>Wed, 25 Aug 2010 18:26:26 +0000</pubDate>
		<guid isPermaLink="false">http://tympanus.net/codrops/?p=1147#comment-5956</guid>
		<description>Just a sidenote – with the upcoming 1.4 jQuery (due 14th of January) getting the index will be easier: $(“ul &gt; li”).index();</description>
		<content:encoded><![CDATA[<p>Just a sidenote – with the upcoming 1.4 jQuery (due 14th of January) getting the index will be easier: $(“ul &gt; li”).index();</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: bruce</title>
		<link>http://tympanus.net/codrops/2010/01/07/some-useful-javascript-jquery-snippets-part-2/comment-page-2/#comment-5648</link>
		<dc:creator>bruce</dc:creator>
		<pubDate>Fri, 30 Jul 2010 22:44:26 +0000</pubDate>
		<guid isPermaLink="false">http://tympanus.net/codrops/?p=1147#comment-5648</guid>
		<description>I know you really like to use jQuery for everything but sometimes the simplest solution is the best solution...

navigator.cookieEnabled

The cookieEnabled property is supported in all major browsers.

http://www.w3schools.com/jsref/prop_nav_cookieenabled.asp</description>
		<content:encoded><![CDATA[<p>I know you really like to use jQuery for everything but sometimes the simplest solution is the best solution&#8230;</p>
<p>navigator.cookieEnabled</p>
<p>The cookieEnabled property is supported in all major browsers.</p>
<p><a href="http://www.w3schools.com/jsref/prop_nav_cookieenabled.asp" rel="nofollow">http://www.w3schools.com/jsref/prop_nav_cookieenabled.asp</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: logo designs</title>
		<link>http://tympanus.net/codrops/2010/01/07/some-useful-javascript-jquery-snippets-part-2/comment-page-1/#comment-4702</link>
		<dc:creator>logo designs</dc:creator>
		<pubDate>Tue, 18 May 2010 12:07:40 +0000</pubDate>
		<guid isPermaLink="false">http://tympanus.net/codrops/?p=1147#comment-4702</guid>
		<description>Nice to extract the index of the item, I always used one each () to do so. Thank you. :)</description>
		<content:encoded><![CDATA[<p>Nice to extract the index of the item, I always used one each () to do so. Thank you. :)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: fare</title>
		<link>http://tympanus.net/codrops/2010/01/07/some-useful-javascript-jquery-snippets-part-2/comment-page-1/#comment-4590</link>
		<dc:creator>fare</dc:creator>
		<pubDate>Mon, 10 May 2010 13:57:16 +0000</pubDate>
		<guid isPermaLink="false">http://tympanus.net/codrops/?p=1147#comment-4590</guid>
		<description>thank you very much for code.</description>
		<content:encoded><![CDATA[<p>thank you very much for code.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Webhosting Hyderabad</title>
		<link>http://tympanus.net/codrops/2010/01/07/some-useful-javascript-jquery-snippets-part-2/comment-page-1/#comment-4513</link>
		<dc:creator>Webhosting Hyderabad</dc:creator>
		<pubDate>Wed, 05 May 2010 08:35:17 +0000</pubDate>
		<guid isPermaLink="false">http://tympanus.net/codrops/?p=1147#comment-4513</guid>
		<description>Nice snippet for the element index</description>
		<content:encoded><![CDATA[<p>Nice snippet for the element index</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Web Designing Company</title>
		<link>http://tympanus.net/codrops/2010/01/07/some-useful-javascript-jquery-snippets-part-2/comment-page-1/#comment-2466</link>
		<dc:creator>Web Designing Company</dc:creator>
		<pubDate>Wed, 20 Jan 2010 09:33:21 +0000</pubDate>
		<guid isPermaLink="false">http://tympanus.net/codrops/?p=1147#comment-2466</guid>
		<description>Nice snippet for the element index, I always used a each() for that.that have working capability

Thanks. :)</description>
		<content:encoded><![CDATA[<p>Nice snippet for the element index, I always used a each() for that.that have working capability</p>
<p>Thanks. :)</p>
]]></content:encoded>
	</item>
</channel>
</rss>
<!-- This Quick Cache file was built for (  tympanus.net/codrops/2010/01/07/some-useful-javascript-jquery-snippets-part-2/feed/ ) in 0.19894 seconds, on Feb 9th, 2012 at 12:15 am UTC. -->
<!-- This Quick Cache file will automatically expire ( and be re-built automatically ) on Feb 9th, 2012 at 1:15 am UTC -->
