<?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>jQuery | JavaScript Tutorials &amp; Videos</title>
	<atom:link href="https://www.javascripttutorials.net/category/jquery/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.javascripttutorials.net</link>
	<description>JavaScript Tutorials &#38; Videos: Node.js, AngularJS, Vue.js, Backbone.js</description>
	<lastBuildDate>Mon, 04 May 2020 21:54:19 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	

<image>
	<url>https://www.javascripttutorials.net/wp-content/uploads/cropped-JavaScript_logo_2.svg_-32x32.png</url>
	<title>jQuery | JavaScript Tutorials &amp; Videos</title>
	<link>https://www.javascripttutorials.net</link>
	<width>32</width>
	<height>32</height>
</image> 
	<item>
		<title>Moving a Rails &#038; jQuery App to Ember.JS</title>
		<link>https://www.javascripttutorials.net/moving-a-rails-jquery-app-to-ember-js/</link>
		
		<dc:creator><![CDATA[javascripttutorials.net]]></dc:creator>
		<pubDate>Tue, 15 Jul 2014 18:54:50 +0000</pubDate>
				<category><![CDATA[jQuery]]></category>
		<category><![CDATA[ember.js]]></category>
		<category><![CDATA[ruby]]></category>
		<guid isPermaLink="false">http://www.javascripttutorials.net/?p=189</guid>

					<description><![CDATA[<p>This is talk is about to adapted a code infrastructure for a growing application. It is about their transition from a large jQuery code base to a faster, easier to maintain, tested Ember application. Topics include: * Selling the idea * Approach: full re-write, hybrid and gradual * Tips for &#8230;</p>
The post <a href="https://www.javascripttutorials.net/moving-a-rails-jquery-app-to-ember-js/">Moving a Rails & jQuery App to Ember.JS</a> first appeared on <a href="https://www.javascripttutorials.net">JavaScript Tutorials & Videos</a>.]]></description>
		
		
		
			</item>
		<item>
		<title>What jQuery is Doing on Standards?</title>
		<link>https://www.javascripttutorials.net/what-jquery-is-doing-on-standards/</link>
		
		<dc:creator><![CDATA[javascripttutorials.net]]></dc:creator>
		<pubDate>Tue, 15 Jan 2013 22:38:39 +0000</pubDate>
				<category><![CDATA[jQuery]]></category>
		<category><![CDATA[standard]]></category>
		<guid isPermaLink="false">http://www.javascripttutorials.net/?p=71</guid>

					<description><![CDATA[<p>A few months ago, the jQuery Foundation announced its participation in the W3C and ECMA standards bodies. Why did we do this, and how are we doing? In this talk, Yehuda Katz gives a rough overview of the standardization process, some examples of ways that web developers have helped the &#8230;</p>
The post <a href="https://www.javascripttutorials.net/what-jquery-is-doing-on-standards/">What jQuery is Doing on Standards?</a> first appeared on <a href="https://www.javascripttutorials.net">JavaScript Tutorials & Videos</a>.]]></description>
		
		
		
			</item>
		<item>
		<title>Creating a Dynamic Mobile Application using jQuery</title>
		<link>https://www.javascripttutorials.net/creating-a-dynamic-mobile-application-using-jquery/</link>
		
		<dc:creator><![CDATA[javascripttutorials.net]]></dc:creator>
		<pubDate>Mon, 10 Dec 2012 16:47:13 +0000</pubDate>
				<category><![CDATA[jQuery]]></category>
		<category><![CDATA[mobile]]></category>
		<guid isPermaLink="false">http://www.javascripttutorials.net/?p=57</guid>

					<description><![CDATA[<p>An overview of how to build a dynamic mobile application using the rendering features of jQuery Mobile. An end to end analysis of how to receive form meta data from a web service called through the jQuery ajax api. Store that data on the client in order to render it &#8230;</p>
The post <a href="https://www.javascripttutorials.net/creating-a-dynamic-mobile-application-using-jquery/">Creating a Dynamic Mobile Application using jQuery</a> first appeared on <a href="https://www.javascripttutorials.net">JavaScript Tutorials & Videos</a>.]]></description>
		
		
		
			</item>
		<item>
		<title>The jQuery Essentials</title>
		<link>https://www.javascripttutorials.net/the-jquery-essentials/</link>
		
		<dc:creator><![CDATA[javascripttutorials.net]]></dc:creator>
		<pubDate>Wed, 28 Nov 2012 20:00:57 +0000</pubDate>
				<category><![CDATA[jQuery]]></category>
		<guid isPermaLink="false">http://www.javascripttutorials.net/?p=52</guid>

					<description><![CDATA[<p>jQuery is rapidly becoming the most widely used JavaScript library for DOM manipulation, Ajax, events and effects in the world. For developers who work on the front-end but could use better JavaScript skills, it&#8217;s an essential piece of your toolkit that will almost certainly make your job more easy. In &#8230;</p>
The post <a href="https://www.javascripttutorials.net/the-jquery-essentials/">The jQuery Essentials</a> first appeared on <a href="https://www.javascripttutorials.net">JavaScript Tutorials & Videos</a>.]]></description>
		
		
		
			</item>
		<item>
		<title>Exterminating Common jQuery Bugs</title>
		<link>https://www.javascripttutorials.net/exterminating-common-jquery-bugs/</link>
		
		<dc:creator><![CDATA[javascripttutorials.net]]></dc:creator>
		<pubDate>Thu, 15 Nov 2012 17:40:42 +0000</pubDate>
				<category><![CDATA[jQuery]]></category>
		<category><![CDATA[debugging]]></category>
		<guid isPermaLink="false">http://www.javascripttutorials.net/?p=45</guid>

					<description><![CDATA[<p>jQuery is so easy to use and thankfully abstracts many of the cross-browser concerns we used to labor over years ago. As with any library, however, there are a common set of bugs that tend to crop up as you start and continue to use it more and more. This &#8230;</p>
The post <a href="https://www.javascripttutorials.net/exterminating-common-jquery-bugs/">Exterminating Common jQuery Bugs</a> first appeared on <a href="https://www.javascripttutorials.net">JavaScript Tutorials & Videos</a>.]]></description>
		
		
		
			</item>
		<item>
		<title>Fundamentals for Great jQuery Development</title>
		<link>https://www.javascripttutorials.net/fundamentals-for-great-jquery-development/</link>
		
		<dc:creator><![CDATA[javascripttutorials.net]]></dc:creator>
		<pubDate>Wed, 31 Oct 2012 16:01:57 +0000</pubDate>
				<category><![CDATA[jQuery]]></category>
		<guid isPermaLink="false">http://www.javascripttutorials.net/?p=32</guid>

					<description><![CDATA[<p>This coding demoprovides an overview of the JavaScript fundamentals that every jQuery developer should know. Next, it shows you some of the features that make jQuery the most popular JavaScript library today. A few of the topics covered in this video include: * Fundamentals of JavaScript * JavaScript functions * &#8230;</p>
The post <a href="https://www.javascripttutorials.net/fundamentals-for-great-jquery-development/">Fundamentals for Great jQuery Development</a> first appeared on <a href="https://www.javascripttutorials.net">JavaScript Tutorials & Videos</a>.]]></description>
		
		
		
			</item>
		<item>
		<title>Going Deeper with jQuery Mobile</title>
		<link>https://www.javascripttutorials.net/going-deeper-with-jquery-mobile/</link>
		
		<dc:creator><![CDATA[javascripttutorials.net]]></dc:creator>
		<pubDate>Mon, 15 Oct 2012 19:47:39 +0000</pubDate>
				<category><![CDATA[jQuery]]></category>
		<guid isPermaLink="false">http://www.javascripttutorials.net/?p=16</guid>

					<description><![CDATA[<p>Building a jQuery Mobile application is easy, but making it stand out from the pack takes work. This session will take an in-depth look at the inner workings of jQuery Mobile and show you how to get started with creating custom theming, custom icons, and even custom plugins. https://www.youtube.com/watch?vXsMULZ89aYc Video &#8230;</p>
The post <a href="https://www.javascripttutorials.net/going-deeper-with-jquery-mobile/">Going Deeper with jQuery Mobile</a> first appeared on <a href="https://www.javascripttutorials.net">JavaScript Tutorials & Videos</a>.]]></description>
		
		
		
			</item>
	</channel>
</rss>
