<?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>PHP Freelancer &#187; jQuery</title>
	<atom:link href="http://php-freelancer.in/category/jquery/feed/" rel="self" type="application/rss+xml" />
	<link>http://php-freelancer.in</link>
	<description></description>
	<lastBuildDate>Mon, 14 May 2012 10:16:40 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
<atom:link rel="hub" href="http://pubsubhubbub.appspot.com"/><atom:link rel="hub" href="http://superfeedr.com/hubbub"/>		<item>
		<title>Colorbox : Change Position of Close Button To Top Right</title>
		<link>http://php-freelancer.in/2012/05/14/colorbox-change-position-of-close-button-to-top-right/</link>
		<comments>http://php-freelancer.in/2012/05/14/colorbox-change-position-of-close-button-to-top-right/#comments</comments>
		<pubDate>Mon, 14 May 2012 10:16:40 +0000</pubDate>
		<dc:creator>Ankur</dc:creator>
				<category><![CDATA[jQuery]]></category>
		<category><![CDATA[Change position of close button in Colorbox]]></category>
		<category><![CDATA[Colorbox change position close button top corner]]></category>
		<category><![CDATA[Colorbox close button position change]]></category>

		<guid isPermaLink="false">http://php-freelancer.in/?p=311</guid>
		<description><![CDATA[Hi Friends, After many days now I am again back to blogging. Today I am going to write about one small thing  about Colorbox (A lightweight customizable lightbox plugin for jQuery).When I implemented Colorbox in one of my client site, My client liked it very much but he got one comment only that he want close &#8230; <a href="http://php-freelancer.in/2012/05/14/colorbox-change-position-of-close-button-to-top-right/">Read more <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>Hi Friends, After many days now I am again back to blogging. Today I am going to write about one small thing  about <a href="http://www.jacklmoore.com/colorbox" target="_blank">Colorbox </a>(A lightweight customizable lightbox plugin for jQuery).When I implemented Colorbox in one of my client site, My client liked it very much but he got one comment only that he want close button at top right corner because we all mostly have habit to find close button at top right corner because close button always found on top right corner of Browser, Windows etc<span id="more-311"></span> ..</p>
<p>So to make this I thought first that I need to change some html part of colorbox script but finally I found one easiest way to do it by CSS. So to make close button at top right corner, You need to add one CSS block to colorbox CSS. Below is CSS block which you need to add in colorbox CSS :</p>
<pre class="brush: css; title: ; notranslate">/* To change position of close button to Top Right Corner */
#colorbox #cboxClose
{
top: 0;
right: 0;
}
#cboxLoadedContent{
margin-top:28px;
margin-bottom:0;
}
</pre>
<div id="in_post_ad_middle_1" style="text-align:center;margin: 5px;padding: 0px;"><script type="text/javascript"><!--
google_ad_client = "ca-pub-8444019803708971";
/* Middleofpost */
google_ad_slot = "5399229243";
google_ad_width = 336;
google_ad_height = 280;
//-->
</script>
<script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script></div><p>Add this to your CSS file or Colorbox CSS file and then you can see close button will automatically show on top right corner of Colorbox.</p>
<p>Also I am <a href="http://php-freelancer.in">PHP Freelancer</a>, <a href="http://php-freelancer.in">Freelance PHP Developer</a> having more than 5 years of experience, So if you want to do any projects then you can <a href="http://php-freelancer.in/contact-me/" target="_blank">contact me</a>.</p>
<blockquote><p><span style="color: #008000;"><a style="color: #008000;" href="http://secure.hostgator.com/~affiliat/cgi-bin/affiliates/clickthru.cgi?id=ankugandhi">Hostgator Hosting</a> in 1 Cent Coupon Code &#8211; &#8220;1CENTHECOUPON&#8221; (Without Quotes).</span></p></blockquote>
<div style='clear:both'></div>]]></content:encoded>
			<wfw:commentRss>http://php-freelancer.in/2012/05/14/colorbox-change-position-of-close-button-to-top-right/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How To Get Width Height Of Body And Whole Window By jQuery</title>
		<link>http://php-freelancer.in/2011/02/21/how-to-get-width-height-of-body-and-whole-window-by-jquery/</link>
		<comments>http://php-freelancer.in/2011/02/21/how-to-get-width-height-of-body-and-whole-window-by-jquery/#comments</comments>
		<pubDate>Mon, 21 Feb 2011 07:27:30 +0000</pubDate>
		<dc:creator>Ankur</dc:creator>
				<category><![CDATA[jQuery]]></category>
		<category><![CDATA[width and height of body jquery]]></category>
		<category><![CDATA[width and height of window]]></category>

		<guid isPermaLink="false">http://php-freelancer.in/?p=224</guid>
		<description><![CDATA[Hi Friends, Today I am going to write about how to get height and width of document body and heoght and width of whole window by jQuery. Yesterday I was trying to find height and width of body and whole document in one jquery image gallery, So I searched for it alot and finally i &#8230; <a href="http://php-freelancer.in/2011/02/21/how-to-get-width-height-of-body-and-whole-window-by-jquery/">Read more <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>Hi Friends, Today I am going to write about how to get height and width of document body and heoght and width of whole window by jQuery. Yesterday I was trying to find height and width of body and whole document in one jquery image gallery, So I searched for it alot and finally i found that how can we can get height and width of body and whole document by jquery, I explained below that how can get height and width of body and whole document by jquery<span id="more-224"></span>.</p>
<div id="in_post_ad_middle_1" style="text-align:center;margin: 5px;padding: 0px;"><script type="text/javascript"><!--
google_ad_client = "ca-pub-8444019803708971";
/* Middleofpost */
google_ad_slot = "5399229243";
google_ad_width = 336;
google_ad_height = 280;
//-->
</script>
<script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script></div><pre class="brush: jscript; title: ; notranslate">
$(window).width(); =&gt; It returns width of the body
$(document).width(); =&gt; It returns width of the whole window
$(window).height(); =&gt; It returns height of the body
$(document).height(); =&gt; It returns height of the whole window
</pre>
<p>So it is simple and clear that how can we get height and width of body and whole document by jquery. if you have any question regarding this, you can post in comment.</p>
<div style='clear:both'></div>]]></content:encoded>
			<wfw:commentRss>http://php-freelancer.in/2011/02/21/how-to-get-width-height-of-body-and-whole-window-by-jquery/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How To Get Checked Check Boxes Values By jQuery</title>
		<link>http://php-freelancer.in/2010/07/08/how-to-get-checked-check-boxes-values-by-jquery/</link>
		<comments>http://php-freelancer.in/2010/07/08/how-to-get-checked-check-boxes-values-by-jquery/#comments</comments>
		<pubDate>Thu, 08 Jul 2010 06:52:46 +0000</pubDate>
		<dc:creator>Ankur</dc:creator>
				<category><![CDATA[jQuery]]></category>
		<category><![CDATA[get checked checkbox values by jquery]]></category>

		<guid isPermaLink="false">http://php-freelancer.in/?p=123</guid>
		<description><![CDATA[Hi Friends, Some days ago I was trying to take checked values of checkboxes via jQuery while using jQuery Ajax. I tried to find out on internet about how to get checked checkbox values and I found so many articles but didn&#8217;t find any clear code which is working good, So i have  tried it &#8230; <a href="http://php-freelancer.in/2010/07/08/how-to-get-checked-check-boxes-values-by-jquery/">Read more <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>Hi Friends, Some days ago I was trying to take checked values of checkboxes via jQuery while using jQuery Ajax. I tried to find out on internet about how to get checked checkbox values and I found so many articles but didn&#8217;t find any clear code which is working good, So i have  tried it myself by taking reference from jquery site and finally I have done this so I thought to share it with my readers.So below is the explanation how to get checked checkboxes values by jQuery<span id="more-123"></span>.</p>
<p>First of all suppose we have 3 checkboxes as given below:</p>
<p><code> </code></p>
<div id="_mcePaste">&lt;input id=&#8221;in-category-1&#8243; name=&#8221;post_category[]&#8221; type=&#8221;checkbox&#8221; value=&#8221;1&#8243; /&gt;CakePHP</div>
<div id="_mcePaste">&lt;input id=&#8221;in-category-2&#8243; name=&#8221;post_category[]&#8221; type=&#8221;checkbox&#8221; value=&#8221;2&#8243; /&gt;jQuery</div>
<div id="_mcePaste">&lt;input id=&#8221;in-category-3&#8243; name=&#8221;post_category[]&#8221; type=&#8221;checkbox&#8221; value=&#8221;3&#8243; /&gt;Open Source</div>
<div id="in_post_ad_middle_1" style="text-align:center;margin: 5px;padding: 0px;"><script type="text/javascript"><!--
google_ad_client = "ca-pub-8444019803708971";
/* Middleofpost */
google_ad_slot = "5399229243";
google_ad_width = 336;
google_ad_height = 280;
//-->
</script>
<script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script></div><p>Here you will see I have taken checkbox name as array. Now when you want to take value of checked checkbox then you can do it by jquery code given below :</p>
<p><code>$(':checkbox:checked').each(function(i){<br />
<span style="white-space: pre;"> </span>i = parseInt(i);<br />
<span style="white-space: pre;"> </span>if($(this).attr('name') == "post_category[]")<br />
<span style="white-space: pre;"> </span>{<span style="white-space: pre;"> </span><br />
<span style="white-space: pre;"> </span>exclude_category[i] = $(this).val();<br />
<span style="white-space: pre;"> </span>}<br />
<span style="white-space: pre;"> </span>i++;<span style="white-space: pre;"></p>
<p></span> <span style="white-space: pre;"> </span>});</code></p>
<p>By above code you can take value of checked checkboxes in exclude_category javascript variable. So you can alert exclude_category and check that values. Let me know if you have any questions regarding this.</p>
<div style='clear:both'></div>]]></content:encoded>
			<wfw:commentRss>http://php-freelancer.in/2010/07/08/how-to-get-checked-check-boxes-values-by-jquery/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>jQuery : How To Get Checked Check Box Value By jQuery</title>
		<link>http://php-freelancer.in/2010/04/27/jquery-how-to-get-checked-check-box-value-by-jquery/</link>
		<comments>http://php-freelancer.in/2010/04/27/jquery-how-to-get-checked-check-box-value-by-jquery/#comments</comments>
		<pubDate>Tue, 27 Apr 2010 19:51:17 +0000</pubDate>
		<dc:creator>Ankur</dc:creator>
				<category><![CDATA[jQuery]]></category>
		<category><![CDATA[get value of checked checkbox by jquery]]></category>

		<guid isPermaLink="false">http://php-freelancer.in/?p=76</guid>
		<description><![CDATA[Hello Friends, I am always sharing things which i have learnt while doing programming and yesterday when i was making one wordpress plugin which save all options in admin by jQuery Ajax , at that time I was getting one problem in taking checked value of checkbox by jquery. I have searched on internet for &#8230; <a href="http://php-freelancer.in/2010/04/27/jquery-how-to-get-checked-check-box-value-by-jquery/">Read more <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p><a href="http://php-freelancer.in/wp-content/uploads/2010/04/jquery.gif"><img class="alignright size-full wp-image-77" title="jqueryimg" src="http://php-freelancer.in/wp-content/uploads/2010/04/jquery.gif" alt="" width="50" height="50" /></a>Hello Friends, I am always sharing things which i have learnt while doing programming and yesterday when i was making one <a href="http://wordpress.org/" class="kblinker" title="More about wordpress &raquo;">wordpress</a> plugin which save all options in admin by jQuery Ajax , at that time I was getting one problem in taking checked value of checkbox by jquery. I have searched on internet for solution of this problem but didn&#8217;t find that,Finally i posts this problem in one PHP forum thread and i got one reply from one member of that forums for solution of this problem and I used that solution an it worked very well, So I thought to share that solution<span id="more-76"></span>.</p>
<p>If you want to take value of Checked Checkbox Value by jquery then below is the code for it.</p>
<div id="in_post_ad_middle_1" style="text-align:center;margin: 5px;padding: 0px;"><script type="text/javascript"><!--
google_ad_client = "ca-pub-8444019803708971";
/* Middleofpost */
google_ad_slot = "5399229243";
google_ad_width = 336;
google_ad_height = 280;
//-->
</script>
<script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script></div><p><code>var checkbox_value = $('#check_box_id:checked').val();</code></p>
<p>In Above code check_box_id is id value of check box. Just use this code and replace your check box id with check_box_id , you will get check box value if ticked in checkbox_value variable.</p>
<p>Let me know if you have any other method to get checkbox values by jquery.</p>
<div style='clear:both'></div>]]></content:encoded>
			<wfw:commentRss>http://php-freelancer.in/2010/04/27/jquery-how-to-get-checked-check-box-value-by-jquery/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>The Most Awesome jQuery Image Slider &#8211; Nivo Slider</title>
		<link>http://php-freelancer.in/2010/03/26/the-most-awesome-jquery-image-slider-nivo-slider/</link>
		<comments>http://php-freelancer.in/2010/03/26/the-most-awesome-jquery-image-slider-nivo-slider/#comments</comments>
		<pubDate>Fri, 26 Mar 2010 08:02:41 +0000</pubDate>
		<dc:creator>Ankur</dc:creator>
				<category><![CDATA[jQuery]]></category>
		<category><![CDATA[best jQuery Image Slider]]></category>
		<category><![CDATA[Image Slider]]></category>
		<category><![CDATA[jQuery Image Slider]]></category>

		<guid isPermaLink="false">http://www.phpzone.net/?p=59</guid>
		<description><![CDATA[Hello Friends, I used so many sliders in jQuery for images but today I was searching for a new jquery image slider which having new effects and easy to implement and most important thing that it should work on all major browsers(Please dnt consider IE6 as Major browser.It is buggy browser so if you have &#8230; <a href="http://php-freelancer.in/2010/03/26/the-most-awesome-jquery-image-slider-nivo-slider/">Read more <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>Hello Friends, I used so many sliders in <strong>jQuery </strong>for images but today I was searching for a new <strong>jquery image slider</strong> which having <strong>new effects </strong>and easy to implement and most important thing that it should work on all <strong>major browsers</strong>(Please dnt consider IE6 as Major browser.It is buggy browser so if you have IE6 then upgrade it to IE7 or IE8.). After searching so much I found one <strong>awesome jQuery Image slider</strong> which fulfill my requirements<span id="more-59"></span>.</p>
<div id="attachment_60" class="wp-caption aligncenter" style="width: 575px"><a href="http://www.phpzone.net/wp-content/uploads/2010/03/Nivo-Slider.jpg"><img class="size-full wp-image-60" title="Nivo Slider" src="http://www.phpzone.net/wp-content/uploads/2010/03/Nivo-Slider.jpg" alt="Nivo Slider" width="565" height="430" /></a><p class="wp-caption-text">Nivo Slider</p></div>
<p><a href="http://nivo.dev7studios.com/" target="_blank">Nivo Slider</a> is the <strong>jQuery Image Slider</strong> having 9 good transition effects for sliding images. It is very easy in use. This slider having 9 transition effects given below :</p>
<ul>
<li><strong>Slice Down</strong></li>
<li><strong>Slice Down Left</strong></li>
<li><strong>Slice Up</strong></li>
<li><strong>Slice Up Left</strong></li>
<li><strong>Slice Up Down</strong></li>
<li><strong>Slice Up Down Left</strong></li>
<li><strong>Fold</strong></li>
<li><strong>Fade</strong></li>
<li><strong>Random</strong></li>
</ul>
<div id="in_post_ad_middle_1" style="text-align:center;margin: 5px;padding: 0px;"><script type="text/javascript"><!--
google_ad_client = "ca-pub-8444019803708971";
/* Middleofpost */
google_ad_slot = "5399229243";
google_ad_width = 336;
google_ad_height = 280;
//-->
</script>
<script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script></div><p><strong>Nivo Slider </strong>supports all major browsers listed below :</p>
<ul>
<li><strong>Internet Explorer v7+</strong></li>
<li><strong>Firefox v3+</strong></li>
<li><strong><a href="http://www.google.com/" class="kblinker" target="_blank" title="More about google &raquo;">Google</a> Chrome v4</strong></li>
<li><strong>Safari v4</strong></li>
<li><strong>Opera v10.5</strong></li>
</ul>
<p><strong>Nivo jQuery Image Slider</strong> having so many features like <strong>9 unique transition effects</strong>, Simple clean &amp; valid markup, Loads of settings to tweak, Built in directional and control navigation, Packed version only weighs 6kb, Supports linking images, Free to use and abuse under the GPL license.</p>
<h3 style="text-align: center; width: 100%;"><a style="padding: 5px; background-color: #78af15; color: #ffffff;" title="Go To Nivo Image Slider Website and Download It" href="http://nivo.dev7studios.com/" target="_blank"><span style="text-decoration: underline;"><span>Go To Nivo Image Slider Website and Download It</span></span></a></h3>
<p>Let me know if you have any problem to implement this jquery image slider, I will try to solve it.</p>
<div style='clear:both'></div>]]></content:encoded>
			<wfw:commentRss>http://php-freelancer.in/2010/03/26/the-most-awesome-jquery-image-slider-nivo-slider/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Use jQuery With Other Libraries Like Prototype and MooTools</title>
		<link>http://php-freelancer.in/2010/03/09/use-jquery-with-other-libraries-like-prototype-and-mootools/</link>
		<comments>http://php-freelancer.in/2010/03/09/use-jquery-with-other-libraries-like-prototype-and-mootools/#comments</comments>
		<pubDate>Tue, 09 Mar 2010 08:28:29 +0000</pubDate>
		<dc:creator>Ankur</dc:creator>
				<category><![CDATA[jQuery]]></category>
		<category><![CDATA[jQuery Conflict with moo tools]]></category>
		<category><![CDATA[jQuery Conflict with Prototype]]></category>
		<category><![CDATA[Use jQuery With Moo tools]]></category>
		<category><![CDATA[Use jQuery with other libraries]]></category>
		<category><![CDATA[Use jQuery With Prototype]]></category>

		<guid isPermaLink="false">http://www.phpzone.net/?p=40</guid>
		<description><![CDATA[Hello Friends, There are so many javascripts libraries available in web world like jQuery, prototype, moo tools which having so many functionality and so many features available to make site attractive. But sometime when we need to use two or more libraries together to achieve some functionality, they conflicts with each other. So to avoid &#8230; <a href="http://php-freelancer.in/2010/03/09/use-jquery-with-other-libraries-like-prototype-and-mootools/">Read more <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>Hello Friends, There are so many javascripts libraries available in web world like jQuery, prototype, moo tools which having so many functionality and so many features available to make site attractive. But sometime when we need to use two or more libraries together to achieve some functionality, they conflicts with each other. So to avoid conflict with each other we have to override variable used in library with other variable name. Below is then explanation of how to use jQuery With Other Libraries Like Prototype<span id="more-40"></span>.</p>
<div>
<p>Define jQuery</p>
<blockquote><p>&lt;script language=&#8221;javascript&#8221; src=&#8221;js/jquery.js&#8221;&gt;&lt;/script&gt;</p></blockquote>
<p><strong><br />
// After Defining jquery file you must asign a new variable to jQuery here i have used it as &#8220;phpzone&#8221;<br />
// The reason to use this is &#8220;$&#8221; is used in both the js Jquery and Prototype and its conflicting one another.<br />
// Prototype uses$ for id based selection<br />
// jQuery $ uses CSS based selection<br />
// so here &#8220;$&#8221; would be replaced with &#8220;phpzone&#8221;<br />
// so the conflict with prototype $ will be removed.</strong></p>
<blockquote><p>&lt;script type=&#8221;text/javascript&#8221;&gt;<br />
var phpzone = jQuery.noConflict();<br />
&lt;/script&gt;</p></blockquote>
<p><strong>// Define prototype js </strong></p>
<blockquote><div id="in_post_ad_middle_1" style="text-align:center;margin: 5px;padding: 0px;"><script type="text/javascript"><!--
google_ad_client = "ca-pub-8444019803708971";
/* Middleofpost */
google_ad_slot = "5399229243";
google_ad_width = 336;
google_ad_height = 280;
//-->
</script>
<script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script></div><p>&lt;script language=&#8221;javascript&#8221; src=&#8221;js/prototype/prototype.js&#8221;&gt;&lt;/script&gt;</p></blockquote>
<p>=====================================<br />
<strong>In Normal use of jQuery syntax will be</strong><br />
=====================================</p>
<blockquote><p>&lt;script type=&#8221;text/javascript&#8221;&gt;<br />
$(document).ready(function()<br />
{<br />
// Your code;<br />
}<br />
&lt;/script&gt;</p></blockquote>
<p>=====================================<br />
<strong>In jQuery+Prototype together syntax will be</strong><br />
=====================================</p>
<blockquote><p>&lt;script type=&#8221;text/javascript&#8221;&gt;<br />
hoot(document).ready(function()<br />
{<br />
//YOur Code<br />
}<br />
&lt;/script&gt;</p></blockquote>
<p>&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8211;</p>
<p>Enjoy Programming.</p>
</div>
<div style='clear:both'></div>]]></content:encoded>
			<wfw:commentRss>http://php-freelancer.in/2010/03/09/use-jquery-with-other-libraries-like-prototype-and-mootools/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>jQuery 1.4.1 released After Release 12 Days of jQuery 1.4</title>
		<link>http://php-freelancer.in/2010/01/26/jquery-1-4-1-released-after-release-12-days-of-jquery-1-4/</link>
		<comments>http://php-freelancer.in/2010/01/26/jquery-1-4-1-released-after-release-12-days-of-jquery-1-4/#comments</comments>
		<pubDate>Tue, 26 Jan 2010 06:30:04 +0000</pubDate>
		<dc:creator>Ankur</dc:creator>
				<category><![CDATA[jQuery]]></category>
		<category><![CDATA[jQuery 1.4 Download]]></category>
		<category><![CDATA[jQuery 1.4 Release]]></category>
		<category><![CDATA[jQuery 1.4.1 Download]]></category>
		<category><![CDATA[jQuery 1.4.1 Release]]></category>
		<category><![CDATA[jQuery 1.4.1 Released]]></category>

		<guid isPermaLink="false">http://www.phpzone.net/?p=32</guid>
		<description><![CDATA[Hello Friends, JQuery is the most popular JavaScript library in use today.jQuery is free, open source software, dual-licensed under the MIT License and the GNU General Public License, Version 2.jQuery&#8217;s syntax is designed to make it easier to navigate a document, select DOM elements, create animations, handle events, and develop Ajax applications. jQuery also provides &#8230; <a href="http://php-freelancer.in/2010/01/26/jquery-1-4-1-released-after-release-12-days-of-jquery-1-4/">Read more <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>Hello Friends,</p>
<p>JQuery is the most popular JavaScript library in use today.jQuery is free, open source software, dual-licensed under the MIT License and the GNU General Public License, Version 2.jQuery&#8217;s syntax is designed to make it easier to navigate a document, select DOM elements, create animations, handle events, and develop Ajax applications. jQuery also provides capabilities for developers to create plugins on top of the JavaScript library. Providing this option, developers are able to create abstractions for low-level interaction and animation, advanced effects and high-level, theme-able widgets. This contributes to the creation of powerful and dynamic web pages<span id="more-32"></span>.</p>
<p>Recently jQuery has released its new version 1.4 12 days before, Which have so many useful features.After releasing 1.4 jQuery also released its newer version 1.4.1, So instead of using 1.4, Download and use 1.4.1. You can download 1.4.1 from <a href="http://jquery14.com/day-12" target="_blank">here</a>. If you want to download jQuery 1.4 you can download it from <a href="http://jquery14.com/day-01" target="_blank">here</a>.</p>
<p>There are so many changes has been made and new features added in jQuery 1.4.1.Below are the new features added in this new version :</p>
<p>-  .live(“focus”) and .live(“blur”) now work – mapping to .live(“focusin”) and .live(“focusout”).</p>
<div id="in_post_ad_middle_1" style="text-align:center;margin: 5px;padding: 0px;"><script type="text/javascript"><!--
google_ad_client = "ca-pub-8444019803708971";
/* Middleofpost */
google_ad_slot = "5399229243";
google_ad_width = 336;
google_ad_height = 280;
//-->
</script>
<script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script></div><p>-  .live(“hover”) now exists, mapping to .live(“mouseenter mouseleave”).</p>
<p>-   It’s now possible to bind multiple event types with live.</p>
<p>-  Calling .die() (with no arguments) removes all bound live event handlers.</p>
<p>-  .height( function ) and .width( function ) now exist.</p>
<p>-   jQuery.parseJSON has been exposed, allowing you to parse JSON strings into JavaScript objects.</p>
<p>-   jQuery.error has been exposed, to be used by plugin developers to provide informative user feedback.</p>
<div style='clear:both'></div>]]></content:encoded>
			<wfw:commentRss>http://php-freelancer.in/2010/01/26/jquery-1-4-1-released-after-release-12-days-of-jquery-1-4/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>

