<?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>Programming Facts &#187; jQuery</title>
	<atom:link href="http://www.programmingfacts.com/category/javascript/jquery/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.programmingfacts.com</link>
	<description></description>
	<lastBuildDate>Sun, 05 Feb 2012 08:16:00 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
<xhtml:meta xmlns:xhtml="http://www.w3.org/1999/xhtml" name="robots" content="noindex" />
		<item>
		<title>Validation of Input array in jQuery</title>
		<link>http://www.programmingfacts.com/validation-input-array-jquery/</link>
		<comments>http://www.programmingfacts.com/validation-input-array-jquery/#comments</comments>
		<pubDate>Tue, 18 Oct 2011 17:57:08 +0000</pubDate>
		<dc:creator>Rakshit Patel</dc:creator>
				<category><![CDATA[jQuery]]></category>
		<category><![CDATA[Input array jQuery Validation]]></category>
		<category><![CDATA[jQuery Validation Input array Elements]]></category>

		<guid isPermaLink="false">http://www.programmingfacts.com/?p=1095</guid>
		<description><![CDATA[I was working with jQuery validation since long long time and I never came across such situation like today I faced. I want to validate the array of input element like name[]. I put required class but it was working with first element only. I tried with couple of other options but none of them works for me.<div class="addthis_toolbox addthis_default_style addthis_32x32_style" addthis:url='http://www.programmingfacts.com/validation-input-array-jquery/' addthis:title='Validation of Input array in jQuery' ><a class="addthis_button_twitter"></a><a class="addthis_button_facebook"></a><a class="addthis_button_googlebuzz"></a><a class="addthis_button_digg"></a><a class="addthis_button_stumbleupon"></a><a class="addthis_button_delicious"></a><a class="addthis_button_myspace"></a><a class="addthis_button_linkedin"></a><a class="addthis_button_reddit"></a></div>]]></description>
		<wfw:commentRss>http://www.programmingfacts.com/validation-input-array-jquery/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Go to top of webpage with jQuery Dialog box/model box</title>
		<link>http://www.programmingfacts.com/go-to-top-of-webpage-with-jquery-dialog-boxmodel-box/</link>
		<comments>http://www.programmingfacts.com/go-to-top-of-webpage-with-jquery-dialog-boxmodel-box/#comments</comments>
		<pubDate>Wed, 13 Oct 2010 13:20:32 +0000</pubDate>
		<dc:creator>Rakshit Patel</dc:creator>
				<category><![CDATA[HTML/CSS]]></category>
		<category><![CDATA[jQuery]]></category>
		<category><![CDATA[Go to Top Page jQuery]]></category>

		<guid isPermaLink="false">http://www.programmingfacts.com/?p=897</guid>
		<description><![CDATA[Today i was working with jQuery model box, everything was fine but the problem with page length. Page was long and i need to open jQuery Model box when visitor click on link which is at the bottom of the page. So when visitor click on the link, jQuery model box opens but it opens at the top of the page. I can not make simple back to page anchor tag.
<div class="addthis_toolbox addthis_default_style addthis_32x32_style" addthis:url='http://www.programmingfacts.com/go-to-top-of-webpage-with-jquery-dialog-boxmodel-box/' addthis:title='Go to top of webpage with jQuery Dialog box/model box' ><a class="addthis_button_twitter"></a><a class="addthis_button_facebook"></a><a class="addthis_button_googlebuzz"></a><a class="addthis_button_digg"></a><a class="addthis_button_stumbleupon"></a><a class="addthis_button_delicious"></a><a class="addthis_button_myspace"></a><a class="addthis_button_linkedin"></a><a class="addthis_button_reddit"></a></div>]]></description>
		<wfw:commentRss>http://www.programmingfacts.com/go-to-top-of-webpage-with-jquery-dialog-boxmodel-box/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to Identify or Track Mouse Position using jQuery</title>
		<link>http://www.programmingfacts.com/identify-track-mouse-position/</link>
		<comments>http://www.programmingfacts.com/identify-track-mouse-position/#comments</comments>
		<pubDate>Fri, 23 Jul 2010 12:30:52 +0000</pubDate>
		<dc:creator>Rakshit Patel</dc:creator>
				<category><![CDATA[jQuery]]></category>
		<category><![CDATA[identify mouse position mousemove jQuery]]></category>

		<guid isPermaLink="false">http://www.programmingfacts.com/?p=769</guid>
		<description><![CDATA[I was working with one application for one of my client where i need to track or identify the mouse position in pixel using jQuery. Using this mouse positions you can drag your object or any other operation you want to do. I came across mousemove event of jQuery which gives you the position of X and Y from top left corner of page. Look at below syntax. This might be useful to you in future needs.<div class="addthis_toolbox addthis_default_style addthis_32x32_style" addthis:url='http://www.programmingfacts.com/identify-track-mouse-position/' addthis:title='How to Identify or Track Mouse Position using jQuery' ><a class="addthis_button_twitter"></a><a class="addthis_button_facebook"></a><a class="addthis_button_googlebuzz"></a><a class="addthis_button_digg"></a><a class="addthis_button_stumbleupon"></a><a class="addthis_button_delicious"></a><a class="addthis_button_myspace"></a><a class="addthis_button_linkedin"></a><a class="addthis_button_reddit"></a></div>]]></description>
		<wfw:commentRss>http://www.programmingfacts.com/identify-track-mouse-position/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Autocomplete functionality in Combobox/Selectbox with jQuery-UI</title>
		<link>http://www.programmingfacts.com/autocomplete-functionality-in-comboboxselectbox-with-jquery-ui/</link>
		<comments>http://www.programmingfacts.com/autocomplete-functionality-in-comboboxselectbox-with-jquery-ui/#comments</comments>
		<pubDate>Mon, 19 Jul 2010 06:12:40 +0000</pubDate>
		<dc:creator>Rakshit Patel</dc:creator>
				<category><![CDATA[jQuery]]></category>
		<category><![CDATA[Autocomplete Selectbox jQuery-UI]]></category>

		<guid isPermaLink="false">http://www.programmingfacts.com/?p=759</guid>
		<description><![CDATA[Are you looking for Selectbox (Combobox) with Autocomplete functionality ? jQuery-UI provides Autocomplete functionality in HTML selectbox. All options for HTML selectbox is preloaded and you dont need to make an Ajax call for autocomplete. As long as you write keywords, it will search that keyword from all options defined and shows result in dropdown box.<div class="addthis_toolbox addthis_default_style addthis_32x32_style" addthis:url='http://www.programmingfacts.com/autocomplete-functionality-in-comboboxselectbox-with-jquery-ui/' addthis:title='Autocomplete functionality in Combobox/Selectbox with jQuery-UI' ><a class="addthis_button_twitter"></a><a class="addthis_button_facebook"></a><a class="addthis_button_googlebuzz"></a><a class="addthis_button_digg"></a><a class="addthis_button_stumbleupon"></a><a class="addthis_button_delicious"></a><a class="addthis_button_myspace"></a><a class="addthis_button_linkedin"></a><a class="addthis_button_reddit"></a></div>]]></description>
		<wfw:commentRss>http://www.programmingfacts.com/autocomplete-functionality-in-comboboxselectbox-with-jquery-ui/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Problem solved: Recursive jQuery-AJAX Click Bind event</title>
		<link>http://www.programmingfacts.com/problem-solved-recursive-jquery-ajax-click-bind-event/</link>
		<comments>http://www.programmingfacts.com/problem-solved-recursive-jquery-ajax-click-bind-event/#comments</comments>
		<pubDate>Wed, 14 Jul 2010 09:08:28 +0000</pubDate>
		<dc:creator>Rakshit Patel</dc:creator>
				<category><![CDATA[Helpful Tips and Tricks]]></category>
		<category><![CDATA[jQuery]]></category>
		<category><![CDATA[Recursive jQuery Ajax Click Bind]]></category>

		<guid isPermaLink="false">http://www.programmingfacts.com/?p=689</guid>
		<description><![CDATA[If you are working with jQuery-Ajax, than this might be useful tutorial for you. While using jQuery-Ajax, you will get a response and you will place that response (May be in form of HTML) in some div or table. Now if you want to do any jQuery event on response (for e.g. if you need to make a click event on <a href=""></a> link which is in response) than you need to bind this click event success area of jQuery-Ajax call.<div class="addthis_toolbox addthis_default_style addthis_32x32_style" addthis:url='http://www.programmingfacts.com/problem-solved-recursive-jquery-ajax-click-bind-event/' addthis:title='Problem solved: Recursive jQuery-AJAX Click Bind event' ><a class="addthis_button_twitter"></a><a class="addthis_button_facebook"></a><a class="addthis_button_googlebuzz"></a><a class="addthis_button_digg"></a><a class="addthis_button_stumbleupon"></a><a class="addthis_button_delicious"></a><a class="addthis_button_myspace"></a><a class="addthis_button_linkedin"></a><a class="addthis_button_reddit"></a></div>]]></description>
		<wfw:commentRss>http://www.programmingfacts.com/problem-solved-recursive-jquery-ajax-click-bind-event/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>How to hide qTip automatically/manually</title>
		<link>http://www.programmingfacts.com/how-to-hide-qtip-automaticallymanually/</link>
		<comments>http://www.programmingfacts.com/how-to-hide-qtip-automaticallymanually/#comments</comments>
		<pubDate>Tue, 29 Jun 2010 06:06:41 +0000</pubDate>
		<dc:creator>Rakshit Patel</dc:creator>
				<category><![CDATA[Helpful Tips and Tricks]]></category>
		<category><![CDATA[jQuery]]></category>

		<guid isPermaLink="false">http://www.programmingfacts.com/?p=685</guid>
		<description><![CDATA[Qtip is efficient tooltip in web application, reason for that is its easiness of use and other great features. Yesterday i was working with Qtip and i need to hide Qtip manually. I searched for this and i came across below code which hides all qtips.<div class="addthis_toolbox addthis_default_style addthis_32x32_style" addthis:url='http://www.programmingfacts.com/how-to-hide-qtip-automaticallymanually/' addthis:title='How to hide qTip automatically/manually' ><a class="addthis_button_twitter"></a><a class="addthis_button_facebook"></a><a class="addthis_button_googlebuzz"></a><a class="addthis_button_digg"></a><a class="addthis_button_stumbleupon"></a><a class="addthis_button_delicious"></a><a class="addthis_button_myspace"></a><a class="addthis_button_linkedin"></a><a class="addthis_button_reddit"></a></div>]]></description>
		<wfw:commentRss>http://www.programmingfacts.com/how-to-hide-qtip-automaticallymanually/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Find first/next hidden Div using jQuery</title>
		<link>http://www.programmingfacts.com/find-firstnext-hidden-div-using-jquery/</link>
		<comments>http://www.programmingfacts.com/find-firstnext-hidden-div-using-jquery/#comments</comments>
		<pubDate>Sat, 15 May 2010 06:57:59 +0000</pubDate>
		<dc:creator>Rakshit Patel</dc:creator>
				<category><![CDATA[Helpful Tips and Tricks]]></category>
		<category><![CDATA[jQuery]]></category>
		<category><![CDATA[First hidden div jQuery]]></category>

		<guid isPermaLink="false">http://www.programmingfacts.com/?p=636</guid>
		<description><![CDATA[Today i need to show(find) the first hidden element of parent div which must be visible when i remove any of visible divs. This can be done by finding last visible element and then find the first hidden element using next selector of jQuery.<div class="addthis_toolbox addthis_default_style addthis_32x32_style" addthis:url='http://www.programmingfacts.com/find-firstnext-hidden-div-using-jquery/' addthis:title='Find first/next hidden Div using jQuery' ><a class="addthis_button_twitter"></a><a class="addthis_button_facebook"></a><a class="addthis_button_googlebuzz"></a><a class="addthis_button_digg"></a><a class="addthis_button_stumbleupon"></a><a class="addthis_button_delicious"></a><a class="addthis_button_myspace"></a><a class="addthis_button_linkedin"></a><a class="addthis_button_reddit"></a></div>]]></description>
		<wfw:commentRss>http://www.programmingfacts.com/find-firstnext-hidden-div-using-jquery/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Find last visible div using jQuery</title>
		<link>http://www.programmingfacts.com/find-last-visible-div-using-jquery/</link>
		<comments>http://www.programmingfacts.com/find-last-visible-div-using-jquery/#comments</comments>
		<pubDate>Thu, 13 May 2010 05:43:12 +0000</pubDate>
		<dc:creator>Rakshit Patel</dc:creator>
				<category><![CDATA[Helpful Tips and Tricks]]></category>
		<category><![CDATA[jQuery]]></category>
		<category><![CDATA[Last Visible Div jQuery]]></category>

		<guid isPermaLink="false">http://www.programmingfacts.com/?p=621</guid>
		<description><![CDATA[You may be stuck when you need to find the <strong>last visible </strong>element using <strong>jQuery</strong>/javascript. For finding the last visible element,look at below jQuery code. &#160;You need to use <strong>Visible </strong>selector with <strong>last </strong>selector of jQuery.<div class="addthis_toolbox addthis_default_style addthis_32x32_style" addthis:url='http://www.programmingfacts.com/find-last-visible-div-using-jquery/' addthis:title='Find last visible div using jQuery' ><a class="addthis_button_twitter"></a><a class="addthis_button_facebook"></a><a class="addthis_button_googlebuzz"></a><a class="addthis_button_digg"></a><a class="addthis_button_stumbleupon"></a><a class="addthis_button_delicious"></a><a class="addthis_button_myspace"></a><a class="addthis_button_linkedin"></a><a class="addthis_button_reddit"></a></div>]]></description>
		<wfw:commentRss>http://www.programmingfacts.com/find-last-visible-div-using-jquery/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Number of Child elements (length) using jQuery</title>
		<link>http://www.programmingfacts.com/number-child-elements-length/</link>
		<comments>http://www.programmingfacts.com/number-child-elements-length/#comments</comments>
		<pubDate>Mon, 10 May 2010 12:23:15 +0000</pubDate>
		<dc:creator>Rakshit Patel</dc:creator>
				<category><![CDATA[jQuery]]></category>
		<category><![CDATA[number child element jQuery]]></category>

		<guid isPermaLink="false">http://www.programmingfacts.com/?p=622</guid>
		<description><![CDATA[Here i am showing you the way to get the number of child elements for parent div. This may be helpful to you when you are show/delete records using jQuery-Ajax and want to update the page accordingly. For e.g. This counting of Children elements helps you to show message like no records when you delete last record.<div class="addthis_toolbox addthis_default_style addthis_32x32_style" addthis:url='http://www.programmingfacts.com/number-child-elements-length/' addthis:title='Number of Child elements (length) using jQuery' ><a class="addthis_button_twitter"></a><a class="addthis_button_facebook"></a><a class="addthis_button_googlebuzz"></a><a class="addthis_button_digg"></a><a class="addthis_button_stumbleupon"></a><a class="addthis_button_delicious"></a><a class="addthis_button_myspace"></a><a class="addthis_button_linkedin"></a><a class="addthis_button_reddit"></a></div>]]></description>
		<wfw:commentRss>http://www.programmingfacts.com/number-child-elements-length/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Find nth Parent Div using jQuery</title>
		<link>http://www.programmingfacts.com/find-nth-parent-div-using-jquery/</link>
		<comments>http://www.programmingfacts.com/find-nth-parent-div-using-jquery/#comments</comments>
		<pubDate>Fri, 07 May 2010 10:27:35 +0000</pubDate>
		<dc:creator>Rakshit Patel</dc:creator>
				<category><![CDATA[jQuery]]></category>
		<category><![CDATA[Parent Div jQuery]]></category>

		<guid isPermaLink="false">http://www.programmingfacts.com/?p=623</guid>
		<description><![CDATA[Are you looking for <strong>finding the parent div</strong> in easiest way using <strong>jQuery </strong>? You can easily find parent div element or any parent HTML element using jQuery. You can find nth div element using this parent function. Look at below link for parent functionality of jQuery.<div class="addthis_toolbox addthis_default_style addthis_32x32_style" addthis:url='http://www.programmingfacts.com/find-nth-parent-div-using-jquery/' addthis:title='Find nth Parent Div using jQuery' ><a class="addthis_button_twitter"></a><a class="addthis_button_facebook"></a><a class="addthis_button_googlebuzz"></a><a class="addthis_button_digg"></a><a class="addthis_button_stumbleupon"></a><a class="addthis_button_delicious"></a><a class="addthis_button_myspace"></a><a class="addthis_button_linkedin"></a><a class="addthis_button_reddit"></a></div>]]></description>
		<wfw:commentRss>http://www.programmingfacts.com/find-nth-parent-div-using-jquery/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Minified using disk
Page Caching using disk (enhanced) (User agent is rejected)
Database Caching 41/50 queries in 0.168 seconds using disk

Served from: www.programmingfacts.com @ 2012-02-08 01:04:19 -->
