<?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>Internet solutions team &#187; JQuery</title>
	<atom:link href="http://www.isolutionteam.co.uk/category/jquery/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.isolutionteam.co.uk</link>
	<description>Write easy solutions, provide easy solutions</description>
	<lastBuildDate>Thu, 22 Dec 2011 15:42:48 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Access iFrame element from parent page using jquery</title>
		<link>http://www.isolutionteam.co.uk/access-iframe-element-from-parent-page-using-jquery/</link>
		<comments>http://www.isolutionteam.co.uk/access-iframe-element-from-parent-page-using-jquery/#comments</comments>
		<pubDate>Thu, 22 Dec 2011 15:42:48 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[ASP.net MVC]]></category>
		<category><![CDATA[JQuery]]></category>
		<category><![CDATA[Access iFrame element from parent page using jquery]]></category>

		<guid isPermaLink="false">http://www.isolutionteam.co.uk/?p=747</guid>
		<description><![CDATA[To access an iFrame element from its parent page we can use following JQuery function. $(&#8216;#frmiFrameTest&#8217;).contents().find(&#8220;[id*=element-id]&#8220;) frmIframeTest= Iframe Id &#160; element-id = Id of element in iFrame. &#160; &#160; &#160;]]></description>
		<wfw:commentRss>http://www.isolutionteam.co.uk/access-iframe-element-from-parent-page-using-jquery/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Apply CSS Style to the parent page based on condition in an IFrame content.</title>
		<link>http://www.isolutionteam.co.uk/apply-css-style-to-the-parent-page-based-on-condition-in-an-iframe-content/</link>
		<comments>http://www.isolutionteam.co.uk/apply-css-style-to-the-parent-page-based-on-condition-in-an-iframe-content/#comments</comments>
		<pubDate>Thu, 17 Nov 2011 16:39:45 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Asp.net]]></category>
		<category><![CDATA[ASP.net MVC]]></category>
		<category><![CDATA[JQuery]]></category>
		<category><![CDATA[programming]]></category>
		<category><![CDATA[Add css class to parent page]]></category>
		<category><![CDATA[Add css class to parent page item or div based on the condition in iframe page]]></category>

		<guid isPermaLink="false">http://www.isolutionteam.co.uk/?p=739</guid>
		<description><![CDATA[I was given asn assignment to change theb back ground image of the parent page for a pop up window which as being opened using JQuery color box pluging. The pop up page was being opened in an iFrame (html tag). In Iframe we had a div with the Id and also we had the [...]]]></description>
		<wfw:commentRss>http://www.isolutionteam.co.uk/apply-css-style-to-the-parent-page-based-on-condition-in-an-iframe-content/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Blessings of Jquery &#8220;each&#8221; and Jquery selectors &#8211; asp.net mvc form validation</title>
		<link>http://www.isolutionteam.co.uk/blessings-of-jquery-each-and-jquery-selectors-asp-net-mvc-form-validation/</link>
		<comments>http://www.isolutionteam.co.uk/blessings-of-jquery-each-and-jquery-selectors-asp-net-mvc-form-validation/#comments</comments>
		<pubDate>Wed, 02 Feb 2011 14:14:51 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[ASP.net MVC]]></category>
		<category><![CDATA[JQuery]]></category>
		<category><![CDATA[asp.net mvc form validation]]></category>
		<category><![CDATA[Blessings of Jquery "each" and Jquery selectors]]></category>
		<category><![CDATA[Blessings of Jquery "each" and Jquery selectors - asp.net mvc form validation]]></category>
		<category><![CDATA[Jquery each]]></category>
		<category><![CDATA[Jquery Selectors]]></category>

		<guid isPermaLink="false">http://www.isolutionteam.co.uk/?p=646</guid>
		<description><![CDATA[Let me explain the following code and what i think about the topic &#8220;Blessings of Jquery &#8220;each&#8221; and Jquery selectors &#8211; asp.net mvc form validation&#8221; &#60;script type=&#8221;text/javascript&#8221;&#62; $(document).ready(function() { var isValid = false; $(&#8216;input:text&#8217;).each(function() { if ($(this).val() == &#8220;0&#8243;) { $(this).val(&#8220;&#8221;); } }); $(&#8220;#btSubmit&#8221;).click(function() { $(&#8216;input:text&#8217;).each(function() { if ($(this).val().length &#62; 0) { isValid = true; [...]]]></description>
		<wfw:commentRss>http://www.isolutionteam.co.uk/blessings-of-jquery-each-and-jquery-selectors-asp-net-mvc-form-validation/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Porting JQuery RC4 encryption to c# .Net 3.5</title>
		<link>http://www.isolutionteam.co.uk/porting-jquery-rc4-encryption-to-c-net-3-5/</link>
		<comments>http://www.isolutionteam.co.uk/porting-jquery-rc4-encryption-to-c-net-3-5/#comments</comments>
		<pubDate>Wed, 17 Nov 2010 09:56:50 +0000</pubDate>
		<dc:creator>Robert Bertora</dc:creator>
				<category><![CDATA[Asp.net]]></category>
		<category><![CDATA[javascript]]></category>
		<category><![CDATA[JQuery]]></category>
		<category><![CDATA[programming]]></category>
		<category><![CDATA[c sharp encryption]]></category>
		<category><![CDATA[Porting JQuery RC4 encryption to c# .Net 3.5]]></category>

		<guid isPermaLink="false">http://www.isolutionteam.co.uk/?p=539</guid>
		<description><![CDATA[Recently I had a task that involved unencrypting an encrypted query string that had been encrypted on the front end using JQuery&#8217;s RC4 encryption located in file: JQuery.rc4.js. I needed to un-encrypt the encrypted string in the c# code-behind: Below is a line for line port of the JQuery.rc4.js. library functions I needed. I made [...]]]></description>
		<wfw:commentRss>http://www.isolutionteam.co.uk/porting-jquery-rc4-encryption-to-c-net-3-5/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Retain Jquery accordion current index across the asp.net post back</title>
		<link>http://www.isolutionteam.co.uk/retain-jquery-accordion-current-index-across-the-asp-net-post-back/</link>
		<comments>http://www.isolutionteam.co.uk/retain-jquery-accordion-current-index-across-the-asp-net-post-back/#comments</comments>
		<pubDate>Mon, 18 Oct 2010 13:56:33 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[JQuery]]></category>
		<category><![CDATA[Retain Jquery accordion current index across the asp.net post back]]></category>

		<guid isPermaLink="false">http://www.isolutionteam.co.uk/?p=529</guid>
		<description><![CDATA[Retain Jquery accordion current index across the asp.net post back. We need to use a hidden field here to save the current index so we can retrieve it back on the post back. JQuery Rocks and flying high. ASP.Net code &#60;asp:HiddenField ID=&#8221;hfaccordion&#8221; runat=&#8221;server&#8221; /&#62; &#60;div id=&#8221;accordion&#8221;&#62; &#60;h3&#62; &#60;a href=&#8221;#&#8221;&#62;Test 1&#60;/a&#62;&#60;/h3&#62; &#60;div&#62; Test 1 &#60;asp:Button ID=&#8221;Button2&#8243; [...]]]></description>
		<wfw:commentRss>http://www.isolutionteam.co.uk/retain-jquery-accordion-current-index-across-the-asp-net-post-back/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Retain Jquery Tabs  current tab across the asp.net post back</title>
		<link>http://www.isolutionteam.co.uk/retain-jquery-tabs-current-tab-across-the-asp-net-post-back/</link>
		<comments>http://www.isolutionteam.co.uk/retain-jquery-tabs-current-tab-across-the-asp-net-post-back/#comments</comments>
		<pubDate>Mon, 18 Oct 2010 12:11:44 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[JQuery]]></category>
		<category><![CDATA[Retain Jquery Tabs current tab across the asp.net post back]]></category>

		<guid isPermaLink="false">http://www.isolutionteam.co.uk/?p=517</guid>
		<description><![CDATA[Retain JQuery Tab&#8217;sÂ  current tab across the asp.net post back. We need to use a hidden field here to save the current tab index so we can retrieve it back on the post back. JQuery RocksÂ  and flying high. ASP.Net code &#60;asp:HiddenField ID=&#8221;hidLastTab&#8221; runat=&#8221;server&#8221; /&#62; &#60;div id=&#8221;tabs&#8221;&#62; &#60;ul&#62; &#60;li&#62;&#60;a href=&#8221;#academicclass&#8221;&#62;Academic Class&#60;/a&#62;&#60;/li&#62; &#60;li&#62;&#60;a href=&#8221;#academicyear&#8221;&#62;Academic Year&#60;/a&#62;&#60;/li&#62; &#60;/ul&#62; [...]]]></description>
		<wfw:commentRss>http://www.isolutionteam.co.uk/retain-jquery-tabs-current-tab-across-the-asp-net-post-back/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>What to use with Jquery for Div  html , innerHtml Or text</title>
		<link>http://www.isolutionteam.co.uk/what-to-use-with-jquery-for-div-html-innerhtml-or-text/</link>
		<comments>http://www.isolutionteam.co.uk/what-to-use-with-jquery-for-div-html-innerhtml-or-text/#comments</comments>
		<pubDate>Fri, 25 Jun 2010 13:20:52 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[javascript]]></category>
		<category><![CDATA[JQuery]]></category>
		<category><![CDATA[firefox]]></category>
		<category><![CDATA[google chrome]]></category>
		<category><![CDATA[innerHtml Or text]]></category>
		<category><![CDATA[internet explorer]]></category>
		<category><![CDATA[Jquery tooltip]]></category>
		<category><![CDATA[What to use with Jquery for Div html]]></category>

		<guid isPermaLink="false">http://www.isolutionteam.co.uk/?p=482</guid>
		<description><![CDATA[What to use with Jquery for Div html , innerHtml Or text? I was working on project which uses Google maps. We allow users to create polygon on the Google map and when user starts drawing polygon we were to show tool tips, you can read how we are showing tooltips using Jquery on teh [...]]]></description>
		<wfw:commentRss>http://www.isolutionteam.co.uk/what-to-use-with-jquery-for-div-html-innerhtml-or-text/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Show tool tip on google map polygon drag handle using Jquery</title>
		<link>http://www.isolutionteam.co.uk/show-tooltip-on-google-map-polygon-drag-handle-using-jquery/</link>
		<comments>http://www.isolutionteam.co.uk/show-tooltip-on-google-map-polygon-drag-handle-using-jquery/#comments</comments>
		<pubDate>Tue, 15 Jun 2010 09:25:44 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[JQuery]]></category>
		<category><![CDATA[google maps and jquery]]></category>
		<category><![CDATA[How to show tool tip on google map]]></category>
		<category><![CDATA[Show tool tip on google map polygon drag handle using Jquery]]></category>

		<guid isPermaLink="false">http://www.isolutionteam.co.uk/?p=469</guid>
		<description><![CDATA[How to show tool tip on Google map polygon drag handle when user hovers mouse over the drag handle? When user draws polygon on Google map, Google injects number of Div on to the map toÂ  show the polygon drawn. Small squares on the polygon give the facility to drag and re-size the polygon. Those [...]]]></description>
		<wfw:commentRss>http://www.isolutionteam.co.uk/show-tooltip-on-google-map-polygon-drag-handle-using-jquery/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Check uncheck all checkbox in asp.net web form st using jquery</title>
		<link>http://www.isolutionteam.co.uk/check-uncheck-all-checkbox-in-asp-net-web-form-st-using-jquery/</link>
		<comments>http://www.isolutionteam.co.uk/check-uncheck-all-checkbox-in-asp-net-web-form-st-using-jquery/#comments</comments>
		<pubDate>Tue, 01 Dec 2009 16:10:02 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[JQuery]]></category>
		<category><![CDATA[Check uncheck all check boxes on an asp.net web form using jquery]]></category>

		<guid isPermaLink="false">http://www.isolutionteam.co.uk/?p=336</guid>
		<description><![CDATA[Check uncheck all check boxes on an asp.net web form using jquery. On click of the link it behaves like a toggle button and changes its text also it check and un check all check boxes on the asp.net page Asp.net Code &#60;a href=&#8221;#&#8221; id=&#8221;lnkAll&#8221;&#62;Check all&#60;/a&#62; JQuery Code $(&#8220;#lnkAll&#8221;).click(function(e) { var currentVal = $(&#8220;#lnkAll&#8221;).text(); if [...]]]></description>
		<wfw:commentRss>http://www.isolutionteam.co.uk/check-uncheck-all-checkbox-in-asp-net-web-form-st-using-jquery/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Dual asp.net list boxes and jquery</title>
		<link>http://www.isolutionteam.co.uk/dual-asp-net-list-boxes-and-jquery/</link>
		<comments>http://www.isolutionteam.co.uk/dual-asp-net-list-boxes-and-jquery/#comments</comments>
		<pubDate>Thu, 20 Aug 2009 16:34:35 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[JQuery]]></category>
		<category><![CDATA[Asp.net]]></category>
		<category><![CDATA[asp.net listbox]]></category>
		<category><![CDATA[dual asp.net listbox and jquery]]></category>
		<category><![CDATA[move left hand side list box item to the right hand side list box]]></category>

		<guid isPermaLink="false">http://www.isolutionteam.co.uk/?p=325</guid>
		<description><![CDATA[Move selected item to the left hand side list box, move all items to the left hand side list box, move selected item to the right hand side list box, and move all items to the right hand list box. Â Letâ€™s Â Â implement above features using JQuery. ASP.NET Code &#60;div style=&#8221;float: left;&#8221;&#62; &#60;asp:ListBox ID=&#8221;ListBox1&#8243; runat=&#8221;server&#8221; Height=&#8221;550px&#8221; [...]]]></description>
		<wfw:commentRss>http://www.isolutionteam.co.uk/dual-asp-net-list-boxes-and-jquery/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>

