<?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>Coding Recipes &#187; jQuery</title>
	<atom:link href="http://codingrecipes.com/category/jquery/feed" rel="self" type="application/rss+xml" />
	<link>http://codingrecipes.com</link>
	<description></description>
	<lastBuildDate>Tue, 15 May 2012 02:57:54 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1.1</generator>
		<item>
		<title>jQuery click() not working</title>
		<link>http://codingrecipes.com/jquery-click-not-working</link>
		<comments>http://codingrecipes.com/jquery-click-not-working#comments</comments>
		<pubDate>Wed, 29 Feb 2012 08:14:41 +0000</pubDate>
		<dc:creator>Hamid</dc:creator>
				<category><![CDATA[JavaScript]]></category>
		<category><![CDATA[jQuery]]></category>
		<category><![CDATA[Web Development]]></category>

		<guid isPermaLink="false">http://codingrecipes.com/?p=1202</guid>
		<description><![CDATA[Try mouseup() instead of click()&#8230;]]></description>
		<wfw:commentRss>http://codingrecipes.com/jquery-click-not-working/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>jQuery html() method IE; unexpected call to method or property in Internet Explorer</title>
		<link>http://codingrecipes.com/jquery-html-method-ie-unexpected-call-to-method-or-property-in-internet-explorer</link>
		<comments>http://codingrecipes.com/jquery-html-method-ie-unexpected-call-to-method-or-property-in-internet-explorer#comments</comments>
		<pubDate>Tue, 28 Feb 2012 19:04:16 +0000</pubDate>
		<dc:creator>Hamid</dc:creator>
				<category><![CDATA[JavaScript]]></category>
		<category><![CDATA[jQuery]]></category>
		<category><![CDATA[Web Browsers]]></category>
		<category><![CDATA[Web Development]]></category>

		<guid isPermaLink="false">http://codingrecipes.com/?p=1200</guid>
		<description><![CDATA[Make sure you are using jQuery&#8217;s html() to change the contents of an element that supports it, for example, for an input field you must use val() instead, but for a div, you can use jQuery&#8217;s html() method without getting this error in Internet Explorer: unexpected call to method or property I hope this helps&#8230;]]></description>
		<wfw:commentRss>http://codingrecipes.com/jquery-html-method-ie-unexpected-call-to-method-or-property-in-internet-explorer/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>jQuery: How To Check If An Object Exists</title>
		<link>http://codingrecipes.com/jquery-how-to-check-if-an-object-exists</link>
		<comments>http://codingrecipes.com/jquery-how-to-check-if-an-object-exists#comments</comments>
		<pubDate>Tue, 25 May 2010 20:25:34 +0000</pubDate>
		<dc:creator>Hamid</dc:creator>
				<category><![CDATA[JavaScript]]></category>
		<category><![CDATA[jQuery]]></category>
		<category><![CDATA[Web Design]]></category>
		<category><![CDATA[Web Development]]></category>

		<guid isPermaLink="false">http://codingrecipes.com/?p=941</guid>
		<description><![CDATA[if &#40;$&#40;'#myDiv'&#41;.length&#41; $&#40;'#myDiv'&#41;.show&#40;&#41;; Source: http://docs.jquery.com/Frequently_Asked_Questions#How_do_I_test_whether_an_element_exists.3F]]></description>
		<wfw:commentRss>http://codingrecipes.com/jquery-how-to-check-if-an-object-exists/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>jQuery: Scroll Window To The Top Of An Object</title>
		<link>http://codingrecipes.com/jquery-scroll-window-to-top-of-an-object</link>
		<comments>http://codingrecipes.com/jquery-scroll-window-to-top-of-an-object#comments</comments>
		<pubDate>Tue, 25 May 2010 20:23:32 +0000</pubDate>
		<dc:creator>Hamid</dc:creator>
				<category><![CDATA[JavaScript]]></category>
		<category><![CDATA[jQuery]]></category>
		<category><![CDATA[Web Design]]></category>
		<category><![CDATA[Web Development]]></category>

		<guid isPermaLink="false">http://codingrecipes.com/?p=939</guid>
		<description><![CDATA[Here is how to do this: var offset = $&#40;'#OBJECT-ID'&#41;.offset&#40;&#41;.top; $&#40;'html,body'&#41;.animate&#40;&#123; scrollTop: offset &#125;, 500&#41;;]]></description>
		<wfw:commentRss>http://codingrecipes.com/jquery-scroll-window-to-top-of-an-object/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>jQuery UI Dialog And The Enter &#8211; Return Key Problem</title>
		<link>http://codingrecipes.com/jquery-ui-dialog-and-the-enter-return-key-problem</link>
		<comments>http://codingrecipes.com/jquery-ui-dialog-and-the-enter-return-key-problem#comments</comments>
		<pubDate>Thu, 18 Feb 2010 06:53:38 +0000</pubDate>
		<dc:creator>Hamid</dc:creator>
				<category><![CDATA[Annoying Stuff]]></category>
		<category><![CDATA[JavaScript]]></category>
		<category><![CDATA[jQuery]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[Web Design]]></category>
		<category><![CDATA[Web Development]]></category>

		<guid isPermaLink="false">http://blog.code-head.com/?p=810</guid>
		<description><![CDATA[This is another post for my &#8216;Annoying Stuff&#8217; collection and this one is very, so very annoying&#8230; The problem is that jQuery UI, supports forms in dialogs but the problem is that a user can&#8217;t hit &#8216;Enter&#8217; to submit the form, it will break everything, a user has to actually hit the &#8216;Submit&#8217; (or whatever) [...]]]></description>
		<wfw:commentRss>http://codingrecipes.com/jquery-ui-dialog-and-the-enter-return-key-problem/feed</wfw:commentRss>
		<slash:comments>11</slash:comments>
		</item>
		<item>
		<title>AJAX &#8211; Beginner AJAX Tutorial &#8211; Creating a simple AJAX website with example</title>
		<link>http://codingrecipes.com/ajax-beginner-ajax-tutorial-creating-a-simple-ajax-website-with-example</link>
		<comments>http://codingrecipes.com/ajax-beginner-ajax-tutorial-creating-a-simple-ajax-website-with-example#comments</comments>
		<pubDate>Thu, 21 Jan 2010 21:12:57 +0000</pubDate>
		<dc:creator>Hamid</dc:creator>
				<category><![CDATA[AJAX]]></category>
		<category><![CDATA[JavaScript]]></category>
		<category><![CDATA[jQuery]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[Web Development]]></category>
		<category><![CDATA[yui]]></category>

		<guid isPermaLink="false">http://blog.code-head.com/?p=762</guid>
		<description><![CDATA[We are closing down our forums, it’s time to move on, but we are keeping some important threads, here are the AJAX tutorials… Beginner AJAX Tutorial &#8211; Creating a simple AJAX website with example What you need to know before you read this tutorial: You need to read the previous two tutorials, they are located [...]]]></description>
		<wfw:commentRss>http://codingrecipes.com/ajax-beginner-ajax-tutorial-creating-a-simple-ajax-website-with-example/feed</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>Fixing markItUp layout issues in some browsers&#8230;</title>
		<link>http://codingrecipes.com/fixing-markitup-layout-issues-in-some-browsers</link>
		<comments>http://codingrecipes.com/fixing-markitup-layout-issues-in-some-browsers#comments</comments>
		<pubDate>Thu, 19 Nov 2009 23:25:14 +0000</pubDate>
		<dc:creator>Hamid</dc:creator>
				<category><![CDATA[JavaScript]]></category>
		<category><![CDATA[jQuery]]></category>
		<category><![CDATA[Web Design]]></category>
		<category><![CDATA[Web Development]]></category>

		<guid isPermaLink="false">http://blog.code-head.com/?p=720</guid>
		<description><![CDATA[markItUp is a cool little text editor and the nice thing about it is that it&#8217;s very simple and light weight. I had some layout issues in Gecko and Webkit browsers and the way to fix it is this: 1 &#8211; Go to: /markitup/skins/markitup 2 &#8211; Open style.css and find: .markItUpEditor &#123; font:12px 'Courier New', [...]]]></description>
		<wfw:commentRss>http://codingrecipes.com/fixing-markitup-layout-issues-in-some-browsers/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>A JavaScript/jQuery News Ticker</title>
		<link>http://codingrecipes.com/a-javascript-jquery-news-ticker</link>
		<comments>http://codingrecipes.com/a-javascript-jquery-news-ticker#comments</comments>
		<pubDate>Wed, 21 Oct 2009 23:27:43 +0000</pubDate>
		<dc:creator>Hamid</dc:creator>
				<category><![CDATA[JavaScript]]></category>
		<category><![CDATA[jQuery]]></category>

		<guid isPermaLink="false">http://blog.code-head.com/?p=706</guid>
		<description><![CDATA[I know I haven&#8217;t posted anything lately, I have been busy which is a good thing but I couldn&#8217;t resist this one, here is a simple news ticker using JavaScript and the great jQuery library. Here is the example: http://images.code-head.com/code/javascript/jquery-news-ticker.html I know you might be able to write this using objects in a nicer form [...]]]></description>
		<wfw:commentRss>http://codingrecipes.com/a-javascript-jquery-news-ticker/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Basic threading in JavaScript; JavaScript Worker Threads</title>
		<link>http://codingrecipes.com/basic-threading-in-javascript-multiple-threads-of-execution-in-javascript</link>
		<comments>http://codingrecipes.com/basic-threading-in-javascript-multiple-threads-of-execution-in-javascript#comments</comments>
		<pubDate>Tue, 30 Jun 2009 20:45:25 +0000</pubDate>
		<dc:creator>Hamid</dc:creator>
				<category><![CDATA[Fun]]></category>
		<category><![CDATA[General]]></category>
		<category><![CDATA[JavaScript]]></category>
		<category><![CDATA[jQuery]]></category>
		<category><![CDATA[Programming]]></category>

		<guid isPermaLink="false">http://blog.code-head.com/?p=657</guid>
		<description><![CDATA[I was searching the web yesterday for this and didn&#8217;t really find a simple way of doing this and suddenly, I remembered something. It&#8217;s extremely simple, someone could build on it with all sorts of features but for now, here is an example: http://images.code-head.com/code/javascript/js-threads.html As you can see there are two counters, one is counting [...]]]></description>
		<wfw:commentRss>http://codingrecipes.com/basic-threading-in-javascript-multiple-threads-of-execution-in-javascript/feed</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>iGoogle uses yui (Yahoo User Interface Library)</title>
		<link>http://codingrecipes.com/igoogle-uses-yui-yahoo-user-interface-library</link>
		<comments>http://codingrecipes.com/igoogle-uses-yui-yahoo-user-interface-library#comments</comments>
		<pubDate>Wed, 22 Oct 2008 00:00:04 +0000</pubDate>
		<dc:creator>Hamid</dc:creator>
				<category><![CDATA[JavaScript]]></category>
		<category><![CDATA[jQuery]]></category>
		<category><![CDATA[yui]]></category>

		<guid isPermaLink="false">http://blog.code-head.com/?p=456</guid>
		<description><![CDATA[Funny, I would imagine that they have developed an in house JavaScript library by now but this is great, using a well maintained and good library is a great programming practice. You can check it out here: http://www.google.com/ig (Right click and view the source) Yes, I have to see the source code for everything I [...]]]></description>
		<wfw:commentRss>http://codingrecipes.com/igoogle-uses-yui-yahoo-user-interface-library/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

