<?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 Archives - onlinetutorialspoint</title>
	<atom:link href="https://onlinetutorialspoint.com/category/jquery/feed/" rel="self" type="application/rss+xml" />
	<link>https://onlinetutorialspoint.com/category/jquery/</link>
	<description>OnlineTutorialsPoint</description>
	<lastBuildDate>Sun, 01 Apr 2018 13:06:54 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.8.2</generator>

<image>
	<url>https://onlinetutorialspoint.com/wp-content/uploads/2016/01/cropped-apple-icon-152x152-32x32.png</url>
	<title>jquery Archives - onlinetutorialspoint</title>
	<link>https://onlinetutorialspoint.com/category/jquery/</link>
	<width>32</width>
	<height>32</height>
</image> 
	<item>
		<title>JQuery Callback Functions Example Tutorial</title>
		<link>https://onlinetutorialspoint.com/jquery/jquery-callback-functions-example-tutorial/</link>
					<comments>https://onlinetutorialspoint.com/jquery/jquery-callback-functions-example-tutorial/#respond</comments>
		
		<dc:creator><![CDATA[chandrashekhar]]></dc:creator>
		<pubDate>Sun, 25 Sep 2016 15:59:23 +0000</pubDate>
				<category><![CDATA[jquery]]></category>
		<category><![CDATA[Jquery Examples]]></category>
		<guid isPermaLink="false">https://www.onlinetutorialspoint.com/?p=2565</guid>

					<description><![CDATA[<p>JQuery Callback Functions : Callback functions are the greatest addition in JQuery. We can pass the callback functions into every Jquery functions. The JQuery Call back functions are called by the JQuery it self when  function execution is completed. Line by line execution is performed in JavaScript. But in jQuery, sometimes skips the code to</p>
<p>The post <a href="https://onlinetutorialspoint.com/jquery/jquery-callback-functions-example-tutorial/">JQuery Callback Functions Example Tutorial</a> appeared first on <a href="https://onlinetutorialspoint.com">onlinetutorialspoint</a>.</p>
]]></description>
		
					<wfw:commentRss>https://onlinetutorialspoint.com/jquery/jquery-callback-functions-example-tutorial/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>JQuery Closest Example Tutorial</title>
		<link>https://onlinetutorialspoint.com/jquery/jquery-closest-example-tutorial/</link>
					<comments>https://onlinetutorialspoint.com/jquery/jquery-closest-example-tutorial/#respond</comments>
		
		<dc:creator><![CDATA[chandrashekhar]]></dc:creator>
		<pubDate>Sun, 25 Sep 2016 14:59:11 +0000</pubDate>
				<category><![CDATA[jquery]]></category>
		<category><![CDATA[Jquery Examples]]></category>
		<guid isPermaLink="false">https://www.onlinetutorialspoint.com/?p=2799</guid>

					<description><![CDATA[<p>JQuery Closest : JQuery Closest is a method, which is used to get the first ancestor of the selected element. Here Ancestor is a parent or grand parent or great grand parent and so on.. Closest in JQuery available in two flavours; closest(filter) closest(selector,[context]) closest(filter) : It returns the closest (first) parent of the given</p>
<p>The post <a href="https://onlinetutorialspoint.com/jquery/jquery-closest-example-tutorial/">JQuery Closest Example Tutorial</a> appeared first on <a href="https://onlinetutorialspoint.com">onlinetutorialspoint</a>.</p>
]]></description>
		
					<wfw:commentRss>https://onlinetutorialspoint.com/jquery/jquery-closest-example-tutorial/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>JQuery Parent Example Tutorials</title>
		<link>https://onlinetutorialspoint.com/jquery/jquery-parent-example-tutorials/</link>
					<comments>https://onlinetutorialspoint.com/jquery/jquery-parent-example-tutorials/#respond</comments>
		
		<dc:creator><![CDATA[chandrashekhar]]></dc:creator>
		<pubDate>Sun, 25 Sep 2016 13:37:38 +0000</pubDate>
				<category><![CDATA[jquery]]></category>
		<guid isPermaLink="false">https://www.onlinetutorialspoint.com/?p=2796</guid>

					<description><![CDATA[<p>JQuery Parent : JQuery Parent is a method, it is used to get the direct parent element of the selected element. The parent() method is comes under the concept of JQuery Ancestors. Ancestor is said to be a parent or grandparent or great-grandparent and so on. In jQuery, traverse up the DOM tree is used</p>
<p>The post <a href="https://onlinetutorialspoint.com/jquery/jquery-parent-example-tutorials/">JQuery Parent Example Tutorials</a> appeared first on <a href="https://onlinetutorialspoint.com">onlinetutorialspoint</a>.</p>
]]></description>
		
					<wfw:commentRss>https://onlinetutorialspoint.com/jquery/jquery-parent-example-tutorials/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>JQuery Remove Elements Example</title>
		<link>https://onlinetutorialspoint.com/jquery/jquery-remove-element-example/</link>
					<comments>https://onlinetutorialspoint.com/jquery/jquery-remove-element-example/#respond</comments>
		
		<dc:creator><![CDATA[chandrashekhar]]></dc:creator>
		<pubDate>Sun, 25 Sep 2016 12:17:30 +0000</pubDate>
				<category><![CDATA[jquery]]></category>
		<category><![CDATA[jquery selectors]]></category>
		<guid isPermaLink="false">https://www.onlinetutorialspoint.com/?p=2792</guid>

					<description><![CDATA[<p>In this tutorial we  are going to understand JQuery Remove Elements. Remove Elements in JQuery also as simple as adding the elements. In the previous tutorials, we have discussed about how to add the elements in JQuery. JQuery Remove Elements : We can remove the elements using the following methods : remove() empty() JQuery remove()</p>
<p>The post <a href="https://onlinetutorialspoint.com/jquery/jquery-remove-element-example/">JQuery Remove Elements Example</a> appeared first on <a href="https://onlinetutorialspoint.com">onlinetutorialspoint</a>.</p>
]]></description>
		
					<wfw:commentRss>https://onlinetutorialspoint.com/jquery/jquery-remove-element-example/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>jQuery Add Elements Example Tutorials</title>
		<link>https://onlinetutorialspoint.com/jquery/jquery-add-elements-example-tutorials/</link>
					<comments>https://onlinetutorialspoint.com/jquery/jquery-add-elements-example-tutorials/#respond</comments>
		
		<dc:creator><![CDATA[chandrashekhar]]></dc:creator>
		<pubDate>Sun, 25 Sep 2016 11:17:24 +0000</pubDate>
				<category><![CDATA[jquery]]></category>
		<category><![CDATA[Jquery Examples]]></category>
		<guid isPermaLink="false">https://www.onlinetutorialspoint.com/?p=2602</guid>

					<description><![CDATA[<p>In JQuery, we can easyly add HTML elements at run time. In this tutorials we are going to work with JQuery Add Elements. It is a very common scenario to add element to HTML content, while implementing the real time applications. JQuery provided a bunch of methods to add elements to DOM (Document Object Model).</p>
<p>The post <a href="https://onlinetutorialspoint.com/jquery/jquery-add-elements-example-tutorials/">jQuery Add Elements Example Tutorials</a> appeared first on <a href="https://onlinetutorialspoint.com">onlinetutorialspoint</a>.</p>
]]></description>
		
					<wfw:commentRss>https://onlinetutorialspoint.com/jquery/jquery-add-elements-example-tutorials/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>jQuery Set Attributes Example Tutorials</title>
		<link>https://onlinetutorialspoint.com/jquery/jquery-set-attributes-example-tutorials/</link>
					<comments>https://onlinetutorialspoint.com/jquery/jquery-set-attributes-example-tutorials/#respond</comments>
		
		<dc:creator><![CDATA[chandrashekhar]]></dc:creator>
		<pubDate>Sun, 25 Sep 2016 11:08:33 +0000</pubDate>
				<category><![CDATA[jquery]]></category>
		<category><![CDATA[Jquery Examples]]></category>
		<guid isPermaLink="false">https://www.onlinetutorialspoint.com/?p=2598</guid>

					<description><![CDATA[<p>In the previous tutorial, we had a discussion about JQuery get attributes, which were help full to get the values associated with the elements in DOM. In this tutorials, we are going to discuss about how to use JQuery Set Attributes. jQuery Set Attributes : JQuery Set Attributes are similar like get attributes. But in</p>
<p>The post <a href="https://onlinetutorialspoint.com/jquery/jquery-set-attributes-example-tutorials/">jQuery Set Attributes Example Tutorials</a> appeared first on <a href="https://onlinetutorialspoint.com">onlinetutorialspoint</a>.</p>
]]></description>
		
					<wfw:commentRss>https://onlinetutorialspoint.com/jquery/jquery-set-attributes-example-tutorials/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>jQuery Get Attributes Example Tutorials</title>
		<link>https://onlinetutorialspoint.com/jquery/jquery-get-attributes-example-tutorials/</link>
					<comments>https://onlinetutorialspoint.com/jquery/jquery-get-attributes-example-tutorials/#respond</comments>
		
		<dc:creator><![CDATA[chandrashekhar]]></dc:creator>
		<pubDate>Sun, 25 Sep 2016 10:06:29 +0000</pubDate>
				<category><![CDATA[jquery]]></category>
		<category><![CDATA[Jquery Examples]]></category>
		<category><![CDATA[jquery selectors]]></category>
		<guid isPermaLink="false">https://www.onlinetutorialspoint.com/?p=2593</guid>

					<description><![CDATA[<p>JQuery Get Attributes are very powerful and useful topic. It is very useful because by using this functionality we can manipulate the DOM. JQuery given us a numerous number of predefined functions to get access of DOM elements and also manipulate the DOM elements and attributes. The following are the four important methods to manipulate</p>
<p>The post <a href="https://onlinetutorialspoint.com/jquery/jquery-get-attributes-example-tutorials/">jQuery Get Attributes Example Tutorials</a> appeared first on <a href="https://onlinetutorialspoint.com">onlinetutorialspoint</a>.</p>
]]></description>
		
					<wfw:commentRss>https://onlinetutorialspoint.com/jquery/jquery-get-attributes-example-tutorials/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>JQuery Method Chaining Example Tutorial</title>
		<link>https://onlinetutorialspoint.com/jquery/jquery-method-chaining-example-tutorial/</link>
					<comments>https://onlinetutorialspoint.com/jquery/jquery-method-chaining-example-tutorial/#respond</comments>
		
		<dc:creator><![CDATA[chandrashekhar]]></dc:creator>
		<pubDate>Sun, 25 Sep 2016 09:03:26 +0000</pubDate>
				<category><![CDATA[jquery]]></category>
		<category><![CDATA[Jquery Examples]]></category>
		<guid isPermaLink="false">https://www.onlinetutorialspoint.com/?p=2567</guid>

					<description><![CDATA[<p>In any object oriented programming, we can call the behaviors by using the object. Similarly in JQuery we can call the JQuery functions using JQuery Method Chaining. JQuery Method Chaining : Usually if we want to execute a set of statements, we should write each statement separately and those are executed line by line.  Instead</p>
<p>The post <a href="https://onlinetutorialspoint.com/jquery/jquery-method-chaining-example-tutorial/">JQuery Method Chaining Example Tutorial</a> appeared first on <a href="https://onlinetutorialspoint.com">onlinetutorialspoint</a>.</p>
]]></description>
		
					<wfw:commentRss>https://onlinetutorialspoint.com/jquery/jquery-method-chaining-example-tutorial/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>JQuery Stop Animations Example Tutorial</title>
		<link>https://onlinetutorialspoint.com/jquery/jquery-stop-animations-example-tutorial/</link>
					<comments>https://onlinetutorialspoint.com/jquery/jquery-stop-animations-example-tutorial/#respond</comments>
		
		<dc:creator><![CDATA[chandrashekhar]]></dc:creator>
		<pubDate>Sun, 25 Sep 2016 08:46:08 +0000</pubDate>
				<category><![CDATA[jquery]]></category>
		<category><![CDATA[jquery animation]]></category>
		<category><![CDATA[Jquery Examples]]></category>
		<guid isPermaLink="false">https://www.onlinetutorialspoint.com/?p=2563</guid>

					<description><![CDATA[<p>The stop() is one of the animation function in Jquery. The JQuery Stop animation method is used to stop the running annotation. JQuery Stop Animation : The JQuery stop animation is used to stop one or more running animations. The stop() method will work on all animation functions including slideUp() slideDown() fade() and etc. Syntax</p>
<p>The post <a href="https://onlinetutorialspoint.com/jquery/jquery-stop-animations-example-tutorial/">JQuery Stop Animations Example Tutorial</a> appeared first on <a href="https://onlinetutorialspoint.com">onlinetutorialspoint</a>.</p>
]]></description>
		
					<wfw:commentRss>https://onlinetutorialspoint.com/jquery/jquery-stop-animations-example-tutorial/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>JQuery Animation Effects Example Tutorial</title>
		<link>https://onlinetutorialspoint.com/jquery/jquery-animation-effects-example-tu/</link>
					<comments>https://onlinetutorialspoint.com/jquery/jquery-animation-effects-example-tu/#respond</comments>
		
		<dc:creator><![CDATA[chandrashekhar]]></dc:creator>
		<pubDate>Sun, 25 Sep 2016 07:41:04 +0000</pubDate>
				<category><![CDATA[jquery]]></category>
		<category><![CDATA[jquery events]]></category>
		<category><![CDATA[Jquery Examples]]></category>
		<guid isPermaLink="false">https://www.onlinetutorialspoint.com/?p=2561</guid>

					<description><![CDATA[<p>In the previous examples, we have discussed different types of JQuery Animation techniques like fadeIn, fadeOut and sliders in JQuery. These are all predefined functions to animate the elements. If we want to create our own custom animations, Jquery given us a method called animate(). The animate() is a function used to make a custom</p>
<p>The post <a href="https://onlinetutorialspoint.com/jquery/jquery-animation-effects-example-tu/">JQuery Animation Effects Example Tutorial</a> appeared first on <a href="https://onlinetutorialspoint.com">onlinetutorialspoint</a>.</p>
]]></description>
		
					<wfw:commentRss>https://onlinetutorialspoint.com/jquery/jquery-animation-effects-example-tu/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
	</channel>
</rss>
