<?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>I want to be free &#187; jquery</title>
	<atom:link href="http://i1t2b3.com/category/jquery/feed/" rel="self" type="application/rss+xml" />
	<link>http://i1t2b3.com</link>
	<description>Any fool can make things bigger and more complex</description>
	<lastBuildDate>Wed, 11 Apr 2012 12:59:34 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Javascript: indexOf problem in empty array</title>
		<link>http://i1t2b3.com/2012/02/03/javascriptindexof-problem-ie/</link>
		<comments>http://i1t2b3.com/2012/02/03/javascriptindexof-problem-ie/#comments</comments>
		<pubDate>Fri, 03 Feb 2012 17:24:33 +0000</pubDate>
		<dc:creator>Skakunov Alexander</dc:creator>
				<category><![CDATA[development]]></category>
		<category><![CDATA[jquery]]></category>

		<guid isPermaLink="false">http://i1t2b3.com/?p=848</guid>
		<description><![CDATA[Funny, but indexOf method doesn&#8217;t work in an empty array in Internet Explorer, the method is just not defined. Eh! Forget about that and always use jQuery wrapper &#8211; $.inArray(42, [31, 42, 53]);]]></description>
			<content:encoded><![CDATA[<p>Funny, but <code>indexOf</code> method doesn&#8217;t work in an empty array in Internet Explorer, the method is just not defined. Eh!</p>
<p>Forget about that and always use jQuery wrapper &#8211;
<pre><code class="javascript">$.inArray(42, [31, 42, 53]);</code></pre>
]]></content:encoded>
			<wfw:commentRss>http://i1t2b3.com/2012/02/03/javascriptindexof-problem-ie/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>jQuery plugin: Add2Cart</title>
		<link>http://i1t2b3.com/2009/01/29/add2cart/</link>
		<comments>http://i1t2b3.com/2009/01/29/add2cart/#comments</comments>
		<pubDate>Thu, 29 Jan 2009 14:03:57 +0000</pubDate>
		<dc:creator>Skakunov Alexander</dc:creator>
				<category><![CDATA[jquery]]></category>
		<category><![CDATA[plugin]]></category>

		<guid isPermaLink="false">http://i1t2b3.com/?p=224</guid>
		<description><![CDATA[I added a jQuery plugin called add2cart. This plugin implements visual effect of adding something to cart (busket). Visually it&#8217;s similar to Microsoft Word post-save visual effect, when a gray rectangular of page moves down to the toolbar. Example of usage: &#60;input type="button" value="Add to cart" onclick="$.add2cart( 'product1_id', 'cart_img_id' )" /&#62; You can try it [...]]]></description>
			<content:encoded><![CDATA[<p>I added a jQuery plugin called <noindex><a rel="nofollow" href="http://plugins.jquery.com/project/add2cart">add2cart</a></noindex>.</p>
<p>This plugin implements visual effect of adding something to cart (busket). Visually it&#8217;s similar to Microsoft Word post-save visual effect, when a gray rectangular of page moves down to the toolbar.</p>
<p>Example of usage:</p>
<pre><code>&lt;input type="button" value="Add to cart"
  onclick="$.add2cart( 'product1_id', 'cart_img_id'  )" /&gt;</code></pre>
<p>You can try it out at <a href="http://i1t2b3.com/my-projects/add2cart-demo/"><strong>demo page</strong></a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://i1t2b3.com/2009/01/29/add2cart/feed/</wfw:commentRss>
		<slash:comments>19</slash:comments>
		</item>
	</channel>
</rss>

