<?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 &#8211; Techawaken</title>
	<atom:link href="https://www.techawaken.com/category/jquery/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.techawaken.com</link>
	<description>Techawaken shares articles and experience in PHP, MySql, Magento,Joomla, Wordpress, JQuery, Javascript etc.</description>
	<lastBuildDate>Tue, 10 Jul 2018 17:56:33 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	
	<item>
		<title>JSON &#8211; An Overview</title>
		<link>https://www.techawaken.com/json-overview/</link>
				<comments>https://www.techawaken.com/json-overview/#respond</comments>
				<pubDate>Fri, 08 Jan 2016 10:56:06 +0000</pubDate>
		<dc:creator><![CDATA[Pawan]]></dc:creator>
				<category><![CDATA[AJAX]]></category>
		<category><![CDATA[JavaScript]]></category>
		<category><![CDATA[jQuery]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[Javascript]]></category>
		<category><![CDATA[JSON]]></category>
		<category><![CDATA[Prototype.js]]></category>

		<guid isPermaLink="false">http://www.techawaken.com/?p=721</guid>
				<description><![CDATA[<p><strong>JSON</strong> stands for <em><strong>JavaScript Object Notation</strong></em>. It is a format for storing and exchanging data. It is based on a subset of the JavaScript Programming Language.<p>
<p>The <strong>file type</strong> for JSON files is "<strong>.json</strong>" and <strong>MIME type</strong> for JSON text is "<strong>application/json</strong>".<p>
<p>
Here are the <em><strong>characteristics</strong> </em>of JSON:
<ol>
	<li>It is a lightweight data-interchange format.</li>
	<li>It is easy for humans to understand.</li>
	<li>It uses Javascript format but it is a text which makes it is completly language independent as text can be read and parsed by any programmng language.</li>
</ol>
</p><div class='yarpp-related-rss'>
<div id="related">
You Might Also Like<ol>
<li><a href="https://www.techawaken.com/limit-number-characters-entered-textarea-input-field/" rel="bookmark" title="How to limit the number of characters that can be entered in a textarea or input field?">How to limit the number of characters that can be entered in a textarea or input field? </a></li>
<li><a href="https://www.techawaken.com/magento-ajax-headers-sent-error-solved/" rel="bookmark" title="Magento &#8211; AJAX &quot;Headers already sent&quot; error solved">Magento &#8211; AJAX &quot;Headers already sent&quot; error solved </a></li>
<li><a href="https://www.techawaken.com/disabling-the-form-submit-on-press-of-enter-key/" rel="bookmark" title="Disabling the form submit on press of ENTER key">Disabling the form submit on press of ENTER key </a></li>
</ol></div>
</div>
]]></description>
						<wfw:commentRss>https://www.techawaken.com/json-overview/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
							</item>
		<item>
		<title>How to limit the number of characters that can be entered in a textarea or input field?</title>
		<link>https://www.techawaken.com/limit-number-characters-entered-textarea-input-field/</link>
				<comments>https://www.techawaken.com/limit-number-characters-entered-textarea-input-field/#respond</comments>
				<pubDate>Thu, 04 Sep 2014 19:31:31 +0000</pubDate>
		<dc:creator><![CDATA[Pawan]]></dc:creator>
				<category><![CDATA[HTML]]></category>
		<category><![CDATA[JavaScript]]></category>
		<category><![CDATA[jQuery]]></category>
		<category><![CDATA[Javascript]]></category>
		<category><![CDATA[Limit Text]]></category>
		<category><![CDATA[Prototype.js]]></category>

		<guid isPermaLink="false">http://www.techawaken.com/?p=625</guid>
				<description><![CDATA[In web pages which take input/feedback from the customers it's a good idea to limit the type and size of data that can be entered so that spam can be avoided.

Let see how we can limit the number of characters that can be entered in a text box.

The simplest approach I follow is to use the jQuery "<a href="http://unwrongest.com/projects/limit/" target="_blank">Limit</a>" plugin. Click here to <a href="http://jquery-limit.googlecode.com/files/jquery.limit-1.2.source.js" target="_blank">download</a> the plugin.<div class='yarpp-related-rss'>
<div id="related">
You Might Also Like<ol>
<li><a href="https://www.techawaken.com/add-smooth-page-scroll-top-jquery/" rel="bookmark" title="How to Add Smooth Page Scroll to Top using jQuery">How to Add Smooth Page Scroll to Top using jQuery </a></li>
<li><a href="https://www.techawaken.com/disabling-the-form-submit-on-press-of-enter-key/" rel="bookmark" title="Disabling the form submit on press of ENTER key">Disabling the form submit on press of ENTER key </a></li>
<li><a href="https://www.techawaken.com/add-smooth-scroll-top-effect-wordpress-jquery/" rel="bookmark" title="How to Add a Smooth Scroll to Top Effect in WordPress using jQuery">How to Add a Smooth Scroll to Top Effect in WordPress using jQuery </a></li>
</ol></div>
</div>
]]></description>
						<wfw:commentRss>https://www.techawaken.com/limit-number-characters-entered-textarea-input-field/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
							</item>
		<item>
		<title>How to Add Smooth Page Scroll to Top using jQuery</title>
		<link>https://www.techawaken.com/add-smooth-page-scroll-top-jquery/</link>
				<comments>https://www.techawaken.com/add-smooth-page-scroll-top-jquery/#comments</comments>
				<pubDate>Mon, 30 Dec 2013 19:44:00 +0000</pubDate>
		<dc:creator><![CDATA[Pawan]]></dc:creator>
				<category><![CDATA[CSS]]></category>
		<category><![CDATA[HTML]]></category>
		<category><![CDATA[JavaScript]]></category>
		<category><![CDATA[jQuery]]></category>
		<category><![CDATA[Scroll]]></category>

		<guid isPermaLink="false">http://www.techawaken.com/?p=440</guid>
				<description><![CDATA[You would have come across websites that provide an easy way to scroll to the top of the webpage as you move down the page, its really a good idea if the webpage is long and you want to provide a better user experience. In this article, we will show you how to add a smooth scroll to top effect using jQuery.

We will create a button on the footer of the page which when clicked will scroll the page to the top smoothly, we will use css to postion the button at a fixed position on the bottom right of the page and jQuery to provide the scrolling effect and make the button visible only if the page is scrolled down, instead of being always visible.

<strong>Step 1: Add button link</strong>
Place the following code just before the closing &#60;/body&#62; HMTL tag

<pre>
&#60;a href="#" id="scrolltotop" title="Back to top"&#62;Back to top&#60;/a&#62;
</pre>

<div class='yarpp-related-rss'>
<div id="related">
You Might Also Like<ol>
<li><a href="https://www.techawaken.com/ie7-issues-with-jquery-removeattr-method/" rel="bookmark" title="IE7 issues with jQuery removeAttr method">IE7 issues with jQuery removeAttr method </a></li>
<li><a href="https://www.techawaken.com/disabling-the-form-submit-on-press-of-enter-key/" rel="bookmark" title="Disabling the form submit on press of ENTER key">Disabling the form submit on press of ENTER key </a></li>
<li><a href="https://www.techawaken.com/magento-serve-css-files-system-file-paths-urls/" rel="bookmark" title="Magento trying serve CSS files using the system file paths instead of URLs">Magento trying serve CSS files using the system file paths instead of URLs </a></li>
</ol></div>
</div>
]]></description>
						<wfw:commentRss>https://www.techawaken.com/add-smooth-page-scroll-top-jquery/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
							</item>
		<item>
		<title>IE7 issues with jQuery removeAttr method</title>
		<link>https://www.techawaken.com/ie7-issues-with-jquery-removeattr-method/</link>
				<comments>https://www.techawaken.com/ie7-issues-with-jquery-removeattr-method/#respond</comments>
				<pubDate>Thu, 05 Apr 2012 18:26:33 +0000</pubDate>
		<dc:creator><![CDATA[Pawan]]></dc:creator>
				<category><![CDATA[jQuery]]></category>
		<category><![CDATA[Miscellaneous]]></category>

		<guid isPermaLink="false">http://www.techawaken.com/?p=67</guid>
				<description><![CDATA[I had used <code>jQuery('#id').attr('readOnly', 'readOnly')</code> set the readonly property of text box and used <code>jQuery('#id').removeAttr('readOnly')</code> to make the text box again but then found that <code>"removeAttr"</code> did not work in IE7, the textbox was still not editable.<div class='yarpp-related-rss yarpp-related-none'>

No related posts.
</div>
]]></description>
						<wfw:commentRss>https://www.techawaken.com/ie7-issues-with-jquery-removeattr-method/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
							</item>
	</channel>
</rss>
