<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
		<title>JQuery on Justin Carmony</title>
		<link>https://www.justincarmony.com/tags/jquery/</link>
		<description>Recent content in JQuery on Justin Carmony</description>
		<generator>Hugo</generator>
		<language>en-us</language>
		
		
		
		
			<lastBuildDate>Wed, 11 Mar 2015 18:20:17 +0000</lastBuildDate>
		
			<atom:link href="https://www.justincarmony.com/tags/jquery/index.xml" rel="self" type="application/rss+xml" />
			<item>
				<title>X-Requested-With, AJAX Requests, and Android WebViews</title>
				<link>https://www.justincarmony.com/2015/03/11/x-requested-with-ajax-requests-and-android-webviews/</link>
				<pubDate>Wed, 11 Mar 2015 18:20:17 +0000</pubDate>
				<guid>https://www.justincarmony.com/2015/03/11/x-requested-with-ajax-requests-and-android-webviews/</guid>
				<description>&lt;p&gt;Today we ran into an interesting problem with certain pages of our website not loading for Android users inside their Facebook Apps. We dug down and ran into several red herrings, but ultimately found the problem.&lt;/p&gt;&#xA;&lt;h2 id=&#34;the-problem&#34;&gt;The Problem&lt;/h2&gt;&#xA;&lt;p&gt;If you Google for “X-Requested-With”, or the &lt;code&gt;$_SERVER&lt;/code&gt; variable name in PHP &lt;code&gt;HTTP_X_REQUESTED_WITH&lt;/code&gt; you will likely find many posts stating that it is a method for detecting AJAX requests. Most major JavaScript libraries and/or frameworks like &lt;a href=&#34;http://jquery.com/&#34;&gt;jQuery&lt;/a&gt; will set the &lt;code&gt;X-Requested-With&lt;/code&gt; HTTP header for any AJAX requests. So if you Google &lt;code&gt;X-Requested-With&lt;/code&gt; or &lt;code&gt;HTTP_X_REQUESTED_WITH&lt;/code&gt; you will see blog posts &amp;amp; StackOverflow answers about detecting AJAX requests.&lt;/p&gt;</description>
			</item>
			<item>
				<title>jQuery UI - Disable Title On Dialog</title>
				<link>https://www.justincarmony.com/2010/09/16/jquery-ui-disable-title-on-dialog/</link>
				<pubDate>Thu, 16 Sep 2010 05:56:35 +0000</pubDate>
				<guid>https://www.justincarmony.com/2010/09/16/jquery-ui-disable-title-on-dialog/</guid>
				<description>&lt;p&gt;&lt;a href=&#34;https://www.justincarmony.com/images/wp/2010/09/jquery-ui-logo.png&#34;&gt;&lt;img src=&#34;https://www.justincarmony.com/images/wp/2010/09/jquery-ui-logo.png&#34; alt=&#34;&#34; title=&#34;jquery-ui-logo&#34;&gt;&lt;/a&gt;For some reason, this was turning out to be kind of hard to accomplish, and everyone on the internet wanted to do it with JavaScript hacks. My issue was if the JavaScript hack didn&amp;rsquo;t execute fast enough, causing the title to flash for just a second, so I&amp;rsquo;d much rather do it with CSS. Unfortunately, there are no built in ways to hide it in jQuery. However, there is an option you can pass in the &lt;strong&gt;.dialog()&lt;/strong&gt; method: &lt;strong&gt;dialogClass&lt;/strong&gt;. This places a custom class in the main div element, allowing you to do something like this:&lt;/p&gt;</description>
			</item>
			<item>
				<title>My 2009 Technology Recap</title>
				<link>https://www.justincarmony.com/2009/12/23/my-2009-technology-recap/</link>
				<pubDate>Wed, 23 Dec 2009 18:55:31 +0000</pubDate>
				<guid>https://www.justincarmony.com/2009/12/23/my-2009-technology-recap/</guid>
				<description>&lt;p&gt;Its been two years now that I&amp;rsquo;ve been a more or less &amp;ldquo;serious blogger.&amp;rdquo; I had using the term blogger, since when people hear about blogs, they think of people either detailing their entire lives, or pumping some angel. For me, blogging has just been a way to share information with people I know locally, and those I don&amp;rsquo;t even know who find my blog via searching. I&amp;rsquo;ve had a few spurts where I blogged quite frequently, but for the most part it was just here and there.&lt;/p&gt;</description>
			</item>
			<item>
				<title>jQuery Tip: Better Toggle</title>
				<link>https://www.justincarmony.com/2009/09/15/jquery-tip-better-toggle/</link>
				<pubDate>Tue, 15 Sep 2009 18:28:05 +0000</pubDate>
				<guid>https://www.justincarmony.com/2009/09/15/jquery-tip-better-toggle/</guid>
				<description>&lt;p&gt;For many web developers, &lt;a href=&#34;http://jquery.com/&#34; title=&#34;jQuery JavaScript &#34;&gt;jQuery&lt;/a&gt; is the most awesome JavaScript library out there. For me, it has turned JavaScript from being a nightmare into a power tool. I love JavaScript now, where as before I truely hated it. Takes all the hassel out of &lt;em&gt;most&lt;/em&gt; compatibility issues across browsers. I spend less time debuging it and more time writing it. While I&amp;rsquo;m on my goal to write more blog posts, I&amp;rsquo;m going to share a few jQuery tricks.&lt;/p&gt;</description>
			</item>
			<item>
				<title>Empowering JavaScript Through jQuery</title>
				<link>https://www.justincarmony.com/2008/10/25/empowering-javascript-through-jquery/</link>
				<pubDate>Sat, 25 Oct 2008 00:31:27 +0000</pubDate>
				<guid>https://www.justincarmony.com/2008/10/25/empowering-javascript-through-jquery/</guid>
				<description>&lt;p&gt;Once I discovered &lt;a href=&#34;http://jquery.com/&#34;&gt;jQuery&lt;/a&gt;, my life as a web developer changed. There are few libraries, tools, etc. that I can honestly say have completely changed the way I code. In all honesty, jQuery makes the difficult aspects of JavaScript and turns them into a strength. I recommend it over any other JavaScript library I know. It is smaller, leaner, straight forwards, and more powerful than anything out there. Large companies like Google, Microsoft, and Dell use it. Microsoft is now including jQuery in Visual Studio, their powerful IDE for making websites. If anything, I have yet to meet a person who has used jQuery and has gone to anything else.&lt;/p&gt;</description>
			</item>
			<item>
				<title>ASP .NET 2.0, GridViews, HyperLinkField, and JavaScript</title>
				<link>https://www.justincarmony.com/2008/01/08/asp-net-20-gridviews-hyperlinkfield-and-javascript/</link>
				<pubDate>Tue, 08 Jan 2008 04:34:00 +0000</pubDate>
				<guid>https://www.justincarmony.com/2008/01/08/asp-net-20-gridviews-hyperlinkfield-and-javascript/</guid>
				<description>&lt;p&gt;I&amp;rsquo;ve found some interesting notes on ASP .NET&amp;rsquo;s GridView, it&amp;rsquo;s limitations and work arounds. For work I was looking for a way to execute JavaScript from clicking a link on a GridView Cell. An example would be to having a list of transactions and wanting to click a link to update it&amp;rsquo;s details. I noticed that many functions of GridView used &lt;a&gt; tags to execute JavaScript. An example would be:&lt;/p&gt;&#xA;&lt;div class=&#34;highlight&#34;&gt;&lt;pre tabindex=&#34;0&#34; class=&#34;chroma&#34;&gt;&lt;code class=&#34;language-html&#34; data-lang=&#34;html&#34;&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;&lt;span class=&#34;p&#34;&gt;&amp;lt;&lt;/span&gt;&lt;span class=&#34;nt&#34;&gt;a&lt;/span&gt; &lt;span class=&#34;na&#34;&gt;href&lt;/span&gt;&lt;span class=&#34;o&#34;&gt;=&lt;/span&gt;&lt;span class=&#34;s&#34;&gt;&amp;#34;javascript:myFunction(&amp;#39;variable&amp;#39;);&amp;#34;&lt;/span&gt;&lt;span class=&#34;p&#34;&gt;&amp;gt;&lt;/span&gt;Link&lt;span class=&#34;p&#34;&gt;&amp;lt;/&lt;/span&gt;&lt;span class=&#34;nt&#34;&gt;a&lt;/span&gt;&lt;span class=&#34;p&#34;&gt;&amp;gt;&lt;/span&gt;&#xA;&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;&lt;p&gt;Since I had experience with the HyperLinkField before, I thought I would add a HyperLinkField to my GridView and set the &lt;strong&gt;DataNavigateUrlFields&lt;/strong&gt; to the needed fields and the DataNavigateUrlFormatString to use the fields properly. I was hoping to accomplish it by using the following code, which in turn I found out &lt;em&gt;&lt;strong&gt;this solution does not work:&lt;/strong&gt;&lt;/em&gt;&lt;/p&gt;</description>
			</item>
	</channel>
</rss>
