<?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 | Tutes Club</title>
	<atom:link href="https://tutes.in/tag/jquery/feed/" rel="self" type="application/rss+xml" />
	<link>https://tutes.in</link>
	<description>Tutorials for all</description>
	<lastBuildDate>Tue, 24 Sep 2019 22:42:27 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.9.4</generator>
	<item>
		<title>Convert dropdown attribute to text swatch in Magento2 Admin Panel</title>
		<link>https://tutes.in/convert-dropdown-attribute-to-text-swatch-in-magento2-admin-panel/</link>
					<comments>https://tutes.in/convert-dropdown-attribute-to-text-swatch-in-magento2-admin-panel/#respond</comments>
		
		<dc:creator><![CDATA[Harshvardhan Malpani]]></dc:creator>
		<pubDate>Tue, 24 Sep 2019 22:42:25 +0000</pubDate>
				<category><![CDATA[Magento]]></category>
		<category><![CDATA[Scripts]]></category>
		<category><![CDATA[console trick]]></category>
		<category><![CDATA[jQuery]]></category>
		<guid isPermaLink="false">https://tutes.in/?p=2515</guid>

					<description><![CDATA[<p>Run the following code in console:</p>
The post <a href="https://tutes.in/convert-dropdown-attribute-to-text-swatch-in-magento2-admin-panel/">Convert dropdown attribute to text swatch in Magento2 Admin Panel</a> first appeared on <a href="https://tutes.in">Tutes Club</a>.]]></description>
		
					<wfw:commentRss>https://tutes.in/convert-dropdown-attribute-to-text-swatch-in-magento2-admin-panel/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>Understanding &#8220;this&#8221; keyword in JavaScript.</title>
		<link>https://tutes.in/understanding-this-keyword-in-javascript/</link>
					<comments>https://tutes.in/understanding-this-keyword-in-javascript/#respond</comments>
		
		<dc:creator><![CDATA[Harshvardhan Malpani]]></dc:creator>
		<pubDate>Sat, 15 Dec 2018 12:11:43 +0000</pubDate>
				<category><![CDATA[JavaScript]]></category>
		<category><![CDATA[jQuery]]></category>
		<category><![CDATA[javascript]]></category>
		<category><![CDATA[this]]></category>
		<guid isPermaLink="false">https://tutes.club/?p=1976</guid>

					<description><![CDATA[<p>&#8216;Hi Everyone! In this article, we are about to discuss  &#8216;this&#8217; keyword in JavaScript. It is a very important part of object-oriented JS programming. Hence it becomes crucial for serious developers to understand  &#8216;this&#8217; keyword. It is also one of the most confused concepts of JavaScript. What is &#8216;this&#8217;? Understanding 'this': To be able to understand what I am [&#8230;]</p>
The post <a href="https://tutes.in/understanding-this-keyword-in-javascript/">Understanding “this” keyword in JavaScript.</a> first appeared on <a href="https://tutes.in">Tutes Club</a>.]]></description>
		
					<wfw:commentRss>https://tutes.in/understanding-this-keyword-in-javascript/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>Bulk Add Custom Attribute Options in Magento 1</title>
		<link>https://tutes.in/bulk-add-custom-attribute-options-in-magento-1/</link>
					<comments>https://tutes.in/bulk-add-custom-attribute-options-in-magento-1/#respond</comments>
		
		<dc:creator><![CDATA[Harshvardhan Malpani]]></dc:creator>
		<pubDate>Wed, 16 May 2018 09:03:44 +0000</pubDate>
				<category><![CDATA[jQuery]]></category>
		<category><![CDATA[Magento]]></category>
		<category><![CDATA[js]]></category>
		<category><![CDATA[M1]]></category>
		<category><![CDATA[magento]]></category>
		<category><![CDATA[magento 1]]></category>
		<guid isPermaLink="false">https://tutes.club/?p=790</guid>

					<description><![CDATA[]]></description>
		
					<wfw:commentRss>https://tutes.in/bulk-add-custom-attribute-options-in-magento-1/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>How to manage Magento 2 product attribute values options using console</title>
		<link>https://tutes.in/how-to-manage-magento-2-product-attribute-values-options-using-console/</link>
					<comments>https://tutes.in/how-to-manage-magento-2-product-attribute-values-options-using-console/#comments</comments>
		
		<dc:creator><![CDATA[Harshvardhan Malpani]]></dc:creator>
		<pubDate>Wed, 22 Nov 2017 10:00:25 +0000</pubDate>
				<category><![CDATA[JavaScript]]></category>
		<category><![CDATA[jQuery]]></category>
		<category><![CDATA[Magento]]></category>
		<category><![CDATA[Scripts]]></category>
		<category><![CDATA[javascript]]></category>
		<category><![CDATA[magento]]></category>
		<category><![CDATA[Magento 2]]></category>
		<category><![CDATA[Magento 2.1]]></category>
		<guid isPermaLink="false">https://tutes.club/?p=115</guid>

					<description><![CDATA[<p>This is an update to my previous script which was used to add custom product attribute values using backend &#8211; Add values to product attribute Read the previous^ part to get introduction about how it works. you will have to use browser console (ctrl + shift +j in Google chrome) First of all initialize the [&#8230;]</p>
The post <a href="https://tutes.in/how-to-manage-magento-2-product-attribute-values-options-using-console/">How to manage Magento 2 product attribute values options using console</a> first appeared on <a href="https://tutes.in">Tutes Club</a>.]]></description>
		
					<wfw:commentRss>https://tutes.in/how-to-manage-magento-2-product-attribute-values-options-using-console/feed/</wfw:commentRss>
			<slash:comments>1</slash:comments>
		
		
			</item>
	</channel>
</rss>
