<?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>Fri, 27 Aug 2010 10:56:28 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
<xhtml:meta xmlns:xhtml="http://www.w3.org/1999/xhtml" name="robots" content="noindex" />
		<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.


No related posts.]]></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.


<strong>Related Posts:</strong><ol><li><a href='http://www.programmingfacts.com/problem-solved-recursive-jquery-ajax-click-bind-event/' rel='bookmark' title='Permanent Link: Problem solved: Recursive jQuery-AJAX Click Bind event'>Problem solved: Recursive jQuery-AJAX Click Bind event</a></li>
<li><a href='http://www.programmingfacts.com/move-copy-div-from-one-place-to-another-using-jquery/' rel='bookmark' title='Permanent Link: Move (Copy) Div from one place to another using jQuery'>Move (Copy) Div from one place to another using jQuery</a></li>
<li><a href='http://www.programmingfacts.com/get-label-of-option-in-selectbox-using-jquery/' rel='bookmark' title='Permanent Link: Get label of option in SelectBox using jQuery'>Get label of option in SelectBox using jQuery</a></li>
</ol>]]></description>
		<wfw:commentRss>http://www.programmingfacts.com/autocomplete-functionality-in-comboboxselectbox-with-jquery-ui/feed/</wfw:commentRss>
		<slash:comments>0</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.


<strong>Related Posts:</strong><ol><li><a href='http://www.programmingfacts.com/autocomplete-functionality-in-comboboxselectbox-with-jquery-ui/' rel='bookmark' title='Permanent Link: Autocomplete functionality in Combobox/Selectbox with jQuery-UI'>Autocomplete functionality in Combobox/Selectbox with jQuery-UI</a></li>
<li><a href='http://www.programmingfacts.com/problem-mozilla-firefox-easy-ajax/' rel='bookmark' title='Permanent Link: Problem in Mozilla Firefox-Easy AJAX Pagination Using JQuery CakePHP'>Problem in Mozilla Firefox-Easy AJAX Pagination Using JQuery CakePHP</a></li>
<li><a href='http://www.programmingfacts.com/get-label-of-option-in-selectbox-using-jquery/' rel='bookmark' title='Permanent Link: Get label of option in SelectBox using jQuery'>Get label of option in SelectBox using jQuery</a></li>
</ol>]]></description>
		<wfw:commentRss>http://www.programmingfacts.com/problem-solved-recursive-jquery-ajax-click-bind-event/feed/</wfw:commentRss>
		<slash:comments>0</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.


<strong>Related Posts:</strong><ol><li><a href='http://www.programmingfacts.com/delete-wp-super-cache-pluginwordpress/' rel='bookmark' title='Permanent Link: Delete WP Super Cache plugin(WordPress) manually'>Delete WP Super Cache plugin(WordPress) manually</a></li>
<li><a href='http://www.programmingfacts.com/jquery-javascript-libraries-prototype/' rel='bookmark' title='Permanent Link: Use of jQuery with other Javascript Libraries like Prototype, MooTools, or YUI..'>Use of jQuery with other Javascript Libraries like Prototype, MooTools, or YUI..</a></li>
</ol>]]></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.


<strong>Related Posts:</strong><ol><li><a href='http://www.programmingfacts.com/find-last-visible-div-using-jquery/' rel='bookmark' title='Permanent Link: Find last visible div using jQuery'>Find last visible div using jQuery</a></li>
<li><a href='http://www.programmingfacts.com/number-child-elements-length/' rel='bookmark' title='Permanent Link: Number of Child elements (length) using jQuery'>Number of Child elements (length) using jQuery</a></li>
<li><a href='http://www.programmingfacts.com/find-nth-parent-div-using-jquery/' rel='bookmark' title='Permanent Link: Find nth Parent Div using jQuery'>Find nth Parent Div using jQuery</a></li>
</ol>]]></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.


<strong>Related Posts:</strong><ol><li><a href='http://www.programmingfacts.com/find-firstnext-hidden-div-using-jquery/' rel='bookmark' title='Permanent Link: Find first/next hidden Div using jQuery'>Find first/next hidden Div using jQuery</a></li>
<li><a href='http://www.programmingfacts.com/find-nth-parent-div-using-jquery/' rel='bookmark' title='Permanent Link: Find nth Parent Div using jQuery'>Find nth Parent Div using jQuery</a></li>
<li><a href='http://www.programmingfacts.com/htaccess-invisible-visible/' rel='bookmark' title='Permanent Link: .htaccess is invisible &#8211; How to make it visible in FTP Program like CuteFTP , Filezilla'>.htaccess is invisible &#8211; How to make it visible in FTP Program like CuteFTP , Filezilla</a></li>
</ol>]]></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.


<strong>Related Posts:</strong><ol><li><a href='http://www.programmingfacts.com/mysql-query-optimization-nlevel-categoriesparent-childrecursive-with-single-query/' rel='bookmark' title='Permanent Link: MYSQL Query Optimization &#8211; nLevel categories(Parent-Child,recursive) with single query'>MYSQL Query Optimization &#8211; nLevel categories(Parent-Child,recursive) with single query</a></li>
<li><a href='http://www.programmingfacts.com/find-firstnext-hidden-div-using-jquery/' rel='bookmark' title='Permanent Link: Find first/next hidden Div using jQuery'>Find first/next hidden Div using jQuery</a></li>
<li><a href='http://www.programmingfacts.com/find-last-visible-div-using-jquery/' rel='bookmark' title='Permanent Link: Find last visible div using jQuery'>Find last visible div using jQuery</a></li>
</ol>]]></description>
		<wfw:commentRss>http://www.programmingfacts.com/number-child-elements-length/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Move (Copy) Div from one place to another using jQuery</title>
		<link>http://www.programmingfacts.com/move-copy-div-from-one-place-to-another-using-jquery/</link>
		<comments>http://www.programmingfacts.com/move-copy-div-from-one-place-to-another-using-jquery/#comments</comments>
		<pubDate>Fri, 07 May 2010 09:54:09 +0000</pubDate>
		<dc:creator>Rakshit Patel</dc:creator>
				<category><![CDATA[jQuery]]></category>
		<category><![CDATA[Move Copy Div jQuery]]></category>

		<guid isPermaLink="false">http://www.programmingfacts.com/?p=620</guid>
		<description><![CDATA[<strong>jQuery</strong> is very useful while you develop any web application. Whatever you can do with jQuery is not enough, you should know much more and implement more and more with jQuery. Yesterday i need to <strong>move</strong> one of my &#34;<strong>Pending</strong>&#34; record to &#34;<strong>Paid</strong>&#34; records section once i click on selectbox and <strong>change </strong>the record to &#34;Paid&#34; status.


<strong>Related Posts:</strong><ol><li><a href='http://www.programmingfacts.com/autocomplete-functionality-in-comboboxselectbox-with-jquery-ui/' rel='bookmark' title='Permanent Link: Autocomplete functionality in Combobox/Selectbox with jQuery-UI'>Autocomplete functionality in Combobox/Selectbox with jQuery-UI</a></li>
<li><a href='http://www.programmingfacts.com/number-child-elements-length/' rel='bookmark' title='Permanent Link: Number of Child elements (length) using jQuery'>Number of Child elements (length) using jQuery</a></li>
<li><a href='http://www.programmingfacts.com/create-iframe-dynamically-jquery/' rel='bookmark' title='Permanent Link: Create iframe dynamically using jQuery'>Create iframe dynamically using jQuery</a></li>
</ol>]]></description>
		<wfw:commentRss>http://www.programmingfacts.com/move-copy-div-from-one-place-to-another-using-jquery/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.


<strong>Related Posts:</strong><ol><li><a href='http://www.programmingfacts.com/problem-solved-recursive-jquery-ajax-click-bind-event/' rel='bookmark' title='Permanent Link: Problem solved: Recursive jQuery-AJAX Click Bind event'>Problem solved: Recursive jQuery-AJAX Click Bind event</a></li>
<li><a href='http://www.programmingfacts.com/mysql-query-optimization-nlevel-categoriesparent-childrecursive-with-single-query/' rel='bookmark' title='Permanent Link: MYSQL Query Optimization &#8211; nLevel categories(Parent-Child,recursive) with single query'>MYSQL Query Optimization &#8211; nLevel categories(Parent-Child,recursive) with single query</a></li>
<li><a href='http://www.programmingfacts.com/find-firstnext-hidden-div-using-jquery/' rel='bookmark' title='Permanent Link: Find first/next hidden Div using jQuery'>Find first/next hidden Div using jQuery</a></li>
</ol>]]></description>
		<wfw:commentRss>http://www.programmingfacts.com/find-nth-parent-div-using-jquery/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Problem in Mozilla Firefox-Easy AJAX Pagination Using JQuery CakePHP</title>
		<link>http://www.programmingfacts.com/problem-mozilla-firefox-easy-ajax/</link>
		<comments>http://www.programmingfacts.com/problem-mozilla-firefox-easy-ajax/#comments</comments>
		<pubDate>Thu, 29 Apr 2010 07:37:51 +0000</pubDate>
		<dc:creator>Rakshit Patel</dc:creator>
				<category><![CDATA[CakePHP]]></category>
		<category><![CDATA[jQuery]]></category>
		<category><![CDATA[loadPiece not working Firefox CakePHP]]></category>

		<guid isPermaLink="false">http://www.programmingfacts.com/?p=583</guid>
		<description><![CDATA[I was working with <strong>CakePHP&#39;s&#160;Easy AJAX Pagination Using JQuery.</strong> I found this as a great code for <strong>sorting and paging </strong>with jQuery in CakePHP. But i faced a problem in <strong>Mozilla Firefox.</strong> It is not working in Mozilla Firefox. While in IE and Crome it works fine for me.


<strong>Related Posts:</strong><ol><li><a href='http://www.programmingfacts.com/error-solved-safaricromedocument-ready/' rel='bookmark' title='Permanent Link: Error Solved Safari/Crome:&#8217;$(document).ready&#8217; [undefined] is not a function'>Error Solved Safari/Crome:&#8217;$(document).ready&#8217; [undefined] is not a function</a></li>
<li><a href='http://www.programmingfacts.com/problem-solved-recursive-jquery-ajax-click-bind-event/' rel='bookmark' title='Permanent Link: Problem solved: Recursive jQuery-AJAX Click Bind event'>Problem solved: Recursive jQuery-AJAX Click Bind event</a></li>
<li><a href='http://www.programmingfacts.com/cakephp-paginatorhelper-sorting-problem-solved/' rel='bookmark' title='Permanent Link: CakePHP PaginatorHelper-Sorting problem solved'>CakePHP PaginatorHelper-Sorting problem solved</a></li>
</ol>]]></description>
		<wfw:commentRss>http://www.programmingfacts.com/problem-mozilla-firefox-easy-ajax/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 38/165 queries in 0.579 seconds using disk

Served from: www.programmingfacts.com @ 2010-09-08 23:29:23 -->