<?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>MHunt Design Freelance Web Solutions &#187; jQuery</title>
	<atom:link href="http://mhuntdesign.com/blog/articles/jquery/feed/" rel="self" type="application/rss+xml" />
	<link>http://mhuntdesign.com/blog</link>
	<description>Web Design Resources and Recommended Reading</description>
	<lastBuildDate>Wed, 28 Jul 2010 19:12:34 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=abc</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>How to change the default jQuery version used by WordPress</title>
		<link>http://mhuntdesign.com/blog/jquery/change-default-jquery-version-wordpress/</link>
		<comments>http://mhuntdesign.com/blog/jquery/change-default-jquery-version-wordpress/#comments</comments>
		<pubDate>Mon, 28 Jun 2010 04:31:09 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Wordpress]]></category>
		<category><![CDATA[jQuery]]></category>

		<guid isPermaLink="false">http://mhuntdesign.com/blog/?p=599</guid>
		<description><![CDATA[
			
				
			
		
To override the default jQuery version called by Wordpress from 1.3.2 to 1.4.2:
In your theme&#8217;s function.php file, Paste this code:
if( !is_admin()){
   wp_deregister_script('jquery');
   wp_register_script('jquery', ("http://ajax.googleapis.com/ajax/libs/jquery/1.4.2/jquery.min.js"), false, '1.4.2');
   wp_enqueue_script('jquery');
}

Wherever you see &#8216;1.4.2&#8242;, you can replace that with whatever wordpress version you are using.
This has been tested in Wordpress 2.9.2


Related posts:Linking to [...]


Related posts:<ol><li><a href='http://mhuntdesign.com/blog/jquery/linking-to-googles-jquery-repository/' rel='bookmark' title='Permanent Link: Linking to Google&#8217;s Hosted jQuery Repository'>Linking to Google&#8217;s Hosted jQuery Repository</a> <small> jQuery Hosted on Google: Here&#8217;s the code to link...</small></li>
<li><a href='http://mhuntdesign.com/blog/jquery/jquery-tip-how-to-wrap-tags-dynamically/' rel='bookmark' title='Permanent Link: Jquery Tip: How to wrap tags dynamically'>Jquery Tip: How to wrap tags dynamically</a> <small> Quick tip: In order to wrap a &lt;span&gt; around...</small></li>
<li><a href='http://mhuntdesign.com/blog/bookmarks/freelance-web-design-resources-drupal-wordpress-seo-jquery-css-05-2-10-through-05-4-10/' rel='bookmark' title='Permanent Link: Freelance Web Design Resources: Drupal, Wordpress, SEO, jQuery, CSS: 05-2-10 through 05-4-10'>Freelance Web Design Resources: Drupal, Wordpress, SEO, jQuery, CSS: 05-2-10 through 05-4-10</a> <small> My latest bookmarks related to web design, development, drupal,...</small></li>
</ol>]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: right; margin-left: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fmhuntdesign.com%2Fblog%2Fjquery%2Fchange-default-jquery-version-wordpress%2F"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fmhuntdesign.com%2Fblog%2Fjquery%2Fchange-default-jquery-version-wordpress%2F&amp;source=mhuntdesign&amp;style=normal" height="61" width="50" /><br />
			</a>
		</div>
<h3>To override the default jQuery version called by Wordpress from 1.3.2 to 1.4.2:</h3>
<p>In your theme&#8217;s function.php file, Paste this code:</p>
<pre><code>if( !is_admin()){
   wp_deregister_script('jquery');
   wp_register_script('jquery', ("http://ajax.googleapis.com/ajax/libs/jquery/1.4.2/jquery.min.js"), false, '1.4.2');
   wp_enqueue_script('jquery');
}</code>
</pre>
<p>Wherever you see &#8216;1.4.2&#8242;, you can replace that with whatever wordpress version you are using.</p>
<p><strong>This has been tested in Wordpress 2.9.2</strong></p>


<p>Related posts:<ol><li><a href='http://mhuntdesign.com/blog/jquery/linking-to-googles-jquery-repository/' rel='bookmark' title='Permanent Link: Linking to Google&#8217;s Hosted jQuery Repository'>Linking to Google&#8217;s Hosted jQuery Repository</a> <small> jQuery Hosted on Google: Here&#8217;s the code to link...</small></li>
<li><a href='http://mhuntdesign.com/blog/jquery/jquery-tip-how-to-wrap-tags-dynamically/' rel='bookmark' title='Permanent Link: Jquery Tip: How to wrap tags dynamically'>Jquery Tip: How to wrap tags dynamically</a> <small> Quick tip: In order to wrap a &lt;span&gt; around...</small></li>
<li><a href='http://mhuntdesign.com/blog/bookmarks/freelance-web-design-resources-drupal-wordpress-seo-jquery-css-05-2-10-through-05-4-10/' rel='bookmark' title='Permanent Link: Freelance Web Design Resources: Drupal, Wordpress, SEO, jQuery, CSS: 05-2-10 through 05-4-10'>Freelance Web Design Resources: Drupal, Wordpress, SEO, jQuery, CSS: 05-2-10 through 05-4-10</a> <small> My latest bookmarks related to web design, development, drupal,...</small></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://mhuntdesign.com/blog/jquery/change-default-jquery-version-wordpress/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Web Design Resources: April 4th through April 8th</title>
		<link>http://mhuntdesign.com/blog/apple-mac/web-design-resources-april-4th-through-april-8th/</link>
		<comments>http://mhuntdesign.com/blog/apple-mac/web-design-resources-april-4th-through-april-8th/#comments</comments>
		<pubDate>Thu, 08 Apr 2010 16:02:31 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Apple Mac]]></category>
		<category><![CDATA[Bookmarks]]></category>
		<category><![CDATA[CSS]]></category>
		<category><![CDATA[jQuery]]></category>

		<guid isPermaLink="false">http://mhuntdesign.com/blog/?p=475</guid>
		<description><![CDATA[
			
				
			
		
My latest delicious bookmarks related to web design, development, drupal, wordpress, seo, freelance, design, typography, css, jquery and the list goes on&#8230;

Color Inspiration: Go Green with Envy &#124; Nettuts+ -
Google Buzz -
Ubercart &#124; drupal.org -
The New Hotness: Using CSS3 Visual Effects &#8211; Smashing Magazine -
Safari DOM Extensions Reference -
Safari HTML5 Audio and Video Guide: Introduction [...]


Related posts:<ol><li><a href='http://mhuntdesign.com/blog/bookmarks/web-design-resources-march-28th-through-april-3rd/' rel='bookmark' title='Permanent Link: Web Design Resources: March 28th through April 3rd'>Web Design Resources: March 28th through April 3rd</a> <small> My latest delicious bookmarks related to web design, development,...</small></li>
<li><a href='http://mhuntdesign.com/blog/web-development/web-design-resources-december-4th/' rel='bookmark' title='Permanent Link: Web Design Resources:  December 4th'>Web Design Resources:  December 4th</a> <small> My latest delicious bookmarks related to web design, development,...</small></li>
<li><a href='http://mhuntdesign.com/blog/bookmarks/web-design-resources-march-4th-through-march-6th/' rel='bookmark' title='Permanent Link: Web Design Resources: March 4th through March 6th'>Web Design Resources: March 4th through March 6th</a> <small> My latest delicious bookmarks related to web design, development,...</small></li>
</ol>]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: right; margin-left: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fmhuntdesign.com%2Fblog%2Fapple-mac%2Fweb-design-resources-april-4th-through-april-8th%2F"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fmhuntdesign.com%2Fblog%2Fapple-mac%2Fweb-design-resources-april-4th-through-april-8th%2F&amp;source=mhuntdesign&amp;style=normal" height="61" width="50" /><br />
			</a>
		</div>
<p>My latest delicious bookmarks related to web design, development, drupal, wordpress, seo, freelance, design, typography, css, jquery and the list goes on&#8230;</p>
<ul>
<li><a href="http://net.tutsplus.com/articles/web-roundups/color-inspiration-go-green-with-envy/">Color Inspiration: Go Green with Envy | Nettuts+</a> -</li>
<li><a href="http://www.google.com/buzz">Google Buzz</a> -</li>
<li><a href="http://drupal.org/project/ubercart">Ubercart | drupal.org</a> -</li>
<li><a href="http://www.smashingmagazine.com/2010/01/25/the-new-hotness-using-css3-visual-effects/">The New Hotness: Using CSS3 Visual Effects &#8211; Smashing Magazine</a> -</li>
<li><a href="http://developer.apple.com/safari/library/documentation/AppleApplications/Reference/SafariJSRef/index.html#//apple_ref/doc/uid/TP40001482">Safari DOM Extensions Reference</a> -</li>
<li><a href="http://developer.apple.com/safari/library/documentation/AudioVideo/Conceptual/Using_HTML5_Audio_Video/Introduction/Introduction.html#//apple_ref/doc/uid/TP40009523">Safari HTML5 Audio and Video Guide: Introduction</a> &#8211; &#8220;HTML5 is the next major version of HTML, the primary standard that determines how web content interacts with browsers.&#8221;</li>
<li><a href="http://developer.apple.com/safari/library/technotes/tn2010/tn2262.html">Technical Note TN2262: Preparing Your Web Content for iPad</a> &#8211; Use -webkit-user-select:none; to disable cut/copy/paste option in Safari on iPhone OS. Use -webkit-appearance: none to remove styling from form elements</li>
<li><a href="http://www.apple.com/ipad/ready-for-ipad/">Apple &#8211; iPad-ready websites</a> &#8211; &#8220;iPad features Safari, a mobile web browser that supports the latest web standards — including HTML5, CSS3, and JavaScript.&#8221;</li>
<li><a href="http://docs.jquery.com/Plugins/Validation">Plugins/Validation &#8211; jQuery JavaScript Library</a> -</li>
<li><a href="http://wordpress.org/extend/plugins/white-label-cms/">WordPress › White Label CMS « WordPress Plugins</a> &#8211; The White Label CMS plugin allows you to remove all the panels from the Wordpress dashboard and insert your own panel, which you can use to write a personalised message to your client and link to the important elements in the CMS.</li>
<li><a href="http://www.videousermanuals.com/">Wordpress Manual Plugin &#8211; Video Tutorials For Your Clients</a> -</li>
</ul>


<p>Related posts:<ol><li><a href='http://mhuntdesign.com/blog/bookmarks/web-design-resources-march-28th-through-april-3rd/' rel='bookmark' title='Permanent Link: Web Design Resources: March 28th through April 3rd'>Web Design Resources: March 28th through April 3rd</a> <small> My latest delicious bookmarks related to web design, development,...</small></li>
<li><a href='http://mhuntdesign.com/blog/web-development/web-design-resources-december-4th/' rel='bookmark' title='Permanent Link: Web Design Resources:  December 4th'>Web Design Resources:  December 4th</a> <small> My latest delicious bookmarks related to web design, development,...</small></li>
<li><a href='http://mhuntdesign.com/blog/bookmarks/web-design-resources-march-4th-through-march-6th/' rel='bookmark' title='Permanent Link: Web Design Resources: March 4th through March 6th'>Web Design Resources: March 4th through March 6th</a> <small> My latest delicious bookmarks related to web design, development,...</small></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://mhuntdesign.com/blog/apple-mac/web-design-resources-april-4th-through-april-8th/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>5 ways to optimize the performance and speed of your website</title>
		<link>http://mhuntdesign.com/blog/css/5-ways-improve-performance-speed-website/</link>
		<comments>http://mhuntdesign.com/blog/css/5-ways-improve-performance-speed-website/#comments</comments>
		<pubDate>Fri, 21 Aug 2009 04:52:37 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[CSS]]></category>
		<category><![CDATA[Web Development]]></category>
		<category><![CDATA[jQuery]]></category>
		<category><![CDATA[performance]]></category>
		<category><![CDATA[developer]]></category>
		<category><![CDATA[optimization]]></category>
		<category><![CDATA[yahoo]]></category>

		<guid isPermaLink="false">http://mhuntdesign.com/blog/?p=231</guid>
		<description><![CDATA[
			
				
			
		
1. Improve your performance with YSlow
http://developer.yahoo.com/yslow/
Yslow grades the performance of your site based on 3 rulesets. The criteria includes http requests, gzip compression, javascript placement at bottom, css expressions, dns lookups, minifying css and javascript, url redirects, 404 errors and more.
With Yslow you can figure out what is holding up the page from loading up [...]


Related posts:<ol><li><a href='http://mhuntdesign.com/blog/bookmarks/web-design-resources-january-19th-through-january-23rd/' rel='bookmark' title='Permanent Link: Web Design Resources: January 19th through January 23rd'>Web Design Resources: January 19th through January 23rd</a> <small> My latest delicious bookmarks related to web design, development,...</small></li>
<li><a href='http://mhuntdesign.com/blog/css/forcing-internet-explorer-to-obey-css-using-javascript-css-hacks-and-specific-style-sheets/' rel='bookmark' title='Permanent Link: Forcing Internet Explorer to obey css using Javascript, CSS hacks and specific style sheets'>Forcing Internet Explorer to obey css using Javascript, CSS hacks and specific style sheets</a> <small> I know all of this has been written before,...</small></li>
<li><a href='http://mhuntdesign.com/blog/bookmarks/web-design-resources-february-1st-through-february-3rd/' rel='bookmark' title='Permanent Link: Web Design Resources: February 1st through February 3rd'>Web Design Resources: February 1st through February 3rd</a> <small> My latest delicious bookmarks related to web design, development,...</small></li>
</ol>]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: right; margin-left: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fmhuntdesign.com%2Fblog%2Fcss%2F5-ways-improve-performance-speed-website%2F"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fmhuntdesign.com%2Fblog%2Fcss%2F5-ways-improve-performance-speed-website%2F&amp;source=mhuntdesign&amp;style=normal" height="61" width="50" /><br />
			</a>
		</div>
<h3><a href="http://mhuntdesign.com/blog/wp-content/uploads/2009/08/yslow-website-performance.png"><img class="alignright size-medium wp-image-233" title="yslow-website-performance" src="http://mhuntdesign.com/blog/wp-content/uploads/2009/08/yslow-website-performance-300x148.png" alt="" width="300" height="148" /></a>1. Improve your performance with YSlow</h3>
<p><a title="Yslow Website Performace Tool" href="http://developer.yahoo.com/yslow/" target="_blank">http://developer.yahoo.com/yslow/</a></p>
<p>Yslow grades the performance of your site based on 3 rulesets. The criteria includes http requests, gzip compression, javascript placement at bottom, css expressions, dns lookups, minifying css and javascript, url redirects, 404 errors and more.<br />
With Yslow you can figure out what is holding up the page from loading up fast. I typically check under components to see if there are any 404s for files called.</p>
<h3>2. Compress Images with Smushit</h3>
<p><a href="http://developer.yahoo.com/yslow/smushit/">http://developer.yahoo.com/yslow/smushit/</a></p>
<p>Compress images even further than saving for web in photoshop with Smushit.</p>
<h3>3. Place Javascript at the bottom of your html document</h3>
<p>Javascript calls at the bottom allow the page to load without having to wait until the javascript is loaded.</p>
<h3>4. Compress CSS and JS Files</h3>
<p><a href="http://www.cssoptimiser.com/">http://www.cssoptimiser.com/</a></p>
<p><a href="http://www.cleancss.com/">http://www.cleancss.com/</a></p>
<p><a href="http://javascriptcompressor.com/">http://javascriptcompressor.com/</a></p>
<h3>5. Use CSS Sprites</h3>
<p>The concept of css sprites is to combine multiple images into one and using background-position in your css to display only certain images.</p>
<p>See How to use CSS Sprites: <a href="http://css-tricks.com/css-sprites/">http://css-tricks.com/css-sprites/</a></p>
<p>Video: Exactly How to use CSS Sprites:<a href="http://net.tutsplus.com/videos/screencasts/exactly-how-to-use-css-sprites/"> http://net.tutsplus.com/videos/screencasts/exactly-how-to-use-css-sprites/</a></p>
<p>Dave Shea explains CSS Sprites: <a href="http://www.mezzoblue.com/archives/2009/01/27/sprite_optim/">http://www.mezzoblue.com/archives/2009/01/27/sprite_optim/</a></p>


<p>Related posts:<ol><li><a href='http://mhuntdesign.com/blog/bookmarks/web-design-resources-january-19th-through-january-23rd/' rel='bookmark' title='Permanent Link: Web Design Resources: January 19th through January 23rd'>Web Design Resources: January 19th through January 23rd</a> <small> My latest delicious bookmarks related to web design, development,...</small></li>
<li><a href='http://mhuntdesign.com/blog/css/forcing-internet-explorer-to-obey-css-using-javascript-css-hacks-and-specific-style-sheets/' rel='bookmark' title='Permanent Link: Forcing Internet Explorer to obey css using Javascript, CSS hacks and specific style sheets'>Forcing Internet Explorer to obey css using Javascript, CSS hacks and specific style sheets</a> <small> I know all of this has been written before,...</small></li>
<li><a href='http://mhuntdesign.com/blog/bookmarks/web-design-resources-february-1st-through-february-3rd/' rel='bookmark' title='Permanent Link: Web Design Resources: February 1st through February 3rd'>Web Design Resources: February 1st through February 3rd</a> <small> My latest delicious bookmarks related to web design, development,...</small></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://mhuntdesign.com/blog/css/5-ways-improve-performance-speed-website/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Jquery Tip: How to wrap tags dynamically</title>
		<link>http://mhuntdesign.com/blog/jquery/jquery-tip-how-to-wrap-tags-dynamically/</link>
		<comments>http://mhuntdesign.com/blog/jquery/jquery-tip-how-to-wrap-tags-dynamically/#comments</comments>
		<pubDate>Sat, 08 Aug 2009 23:52:37 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[jQuery]]></category>

		<guid isPermaLink="false">http://mhuntdesign.com/blog/?p=225</guid>
		<description><![CDATA[
			
				
			
		
Quick tip:
In order to wrap a &#60;span&#62; around an &#60;a&#62; tag for example:
&#60;ul&#62;
&#60;li&#62;item 1&#60;/li&#62;
&#60;li&#62;item 2&#60;/li&#62;
&#60;/ul&#62;

to:

&#60;ul&#62;
&#60;li&#62;&#60;span&#62;item 1&#60;/span&#62;&#60;/li&#62;
&#60;li&#62;&#60;span&#62;item 2&#60;/span&#62;&#60;/li&#62;
&#60;/ul&#62;
Apply this jquery call:
&#60;script type="text/javascript"&#62;
$(document).ready(function() {
    $("li a").each(function() {
        $(this).wrap('&#60;span/&#62;');
    });
});
&#60;/script&#62;


Related posts:Linking to Google&#8217;s Hosted jQuery Repository  jQuery Hosted on Google: Here&#8217;s the code to link...
Freelance Web Design: Drupal Development, Wordpress, SEO, jQuery, CSS: 06-27-10 &#8211; 06-28-10  [...]


Related posts:<ol><li><a href='http://mhuntdesign.com/blog/jquery/linking-to-googles-jquery-repository/' rel='bookmark' title='Permanent Link: Linking to Google&#8217;s Hosted jQuery Repository'>Linking to Google&#8217;s Hosted jQuery Repository</a> <small> jQuery Hosted on Google: Here&#8217;s the code to link...</small></li>
<li><a href='http://mhuntdesign.com/blog/bookmarks/freelance-web-design-drupal-development-wordpress-seo-jquery-css-06-27-10-06-28-10/' rel='bookmark' title='Permanent Link: Freelance Web Design: Drupal Development, Wordpress, SEO, jQuery, CSS: 06-27-10 &#8211; 06-28-10'>Freelance Web Design: Drupal Development, Wordpress, SEO, jQuery, CSS: 06-27-10 &#8211; 06-28-10</a> <small> Below are my latest resources related to web design,...</small></li>
<li><a href='http://mhuntdesign.com/blog/bookmarks/freelance-web-design-resources-drupal-wordpress-seo-jquery-css-05-11-10-through-05-15-10/' rel='bookmark' title='Permanent Link: Freelance Web Design Resources: Drupal, Wordpress, SEO, jQuery, CSS: 05-11-10 through 05-15-10'>Freelance Web Design Resources: Drupal, Wordpress, SEO, jQuery, CSS: 05-11-10 through 05-15-10</a> <small> My latest bookmarks related to web design, development, drupal,...</small></li>
</ol>]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: right; margin-left: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fmhuntdesign.com%2Fblog%2Fjquery%2Fjquery-tip-how-to-wrap-tags-dynamically%2F"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fmhuntdesign.com%2Fblog%2Fjquery%2Fjquery-tip-how-to-wrap-tags-dynamically%2F&amp;source=mhuntdesign&amp;style=normal" height="61" width="50" /><br />
			</a>
		</div>
<h3>Quick tip:</h3>
<p><strong>In order to wrap a &lt;span&gt; around an &lt;a&gt; tag for example:</strong></p>
<pre>&lt;ul&gt;
&lt;li&gt;item 1&lt;/li&gt;
&lt;li&gt;item 2&lt;/li&gt;
&lt;/ul&gt;

to:

&lt;ul&gt;
&lt;li&gt;&lt;span&gt;item 1&lt;/span&gt;&lt;/li&gt;
&lt;li&gt;&lt;span&gt;item 2&lt;/span&gt;&lt;/li&gt;
&lt;/ul&gt;</pre>
<p><strong>Apply this jquery call:</strong></p>
<pre>&lt;script type="text/javascript"&gt;
$(document).ready(function() {
    $("li a").each(function() {
        $(this).wrap('&lt;span/&gt;');
    });
});
&lt;/script&gt;</pre>


<p>Related posts:<ol><li><a href='http://mhuntdesign.com/blog/jquery/linking-to-googles-jquery-repository/' rel='bookmark' title='Permanent Link: Linking to Google&#8217;s Hosted jQuery Repository'>Linking to Google&#8217;s Hosted jQuery Repository</a> <small> jQuery Hosted on Google: Here&#8217;s the code to link...</small></li>
<li><a href='http://mhuntdesign.com/blog/bookmarks/freelance-web-design-drupal-development-wordpress-seo-jquery-css-06-27-10-06-28-10/' rel='bookmark' title='Permanent Link: Freelance Web Design: Drupal Development, Wordpress, SEO, jQuery, CSS: 06-27-10 &#8211; 06-28-10'>Freelance Web Design: Drupal Development, Wordpress, SEO, jQuery, CSS: 06-27-10 &#8211; 06-28-10</a> <small> Below are my latest resources related to web design,...</small></li>
<li><a href='http://mhuntdesign.com/blog/bookmarks/freelance-web-design-resources-drupal-wordpress-seo-jquery-css-05-11-10-through-05-15-10/' rel='bookmark' title='Permanent Link: Freelance Web Design Resources: Drupal, Wordpress, SEO, jQuery, CSS: 05-11-10 through 05-15-10'>Freelance Web Design Resources: Drupal, Wordpress, SEO, jQuery, CSS: 05-11-10 through 05-15-10</a> <small> My latest bookmarks related to web design, development, drupal,...</small></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://mhuntdesign.com/blog/jquery/jquery-tip-how-to-wrap-tags-dynamically/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Linking to Google&#8217;s Hosted jQuery Repository</title>
		<link>http://mhuntdesign.com/blog/jquery/linking-to-googles-jquery-repository/</link>
		<comments>http://mhuntdesign.com/blog/jquery/linking-to-googles-jquery-repository/#comments</comments>
		<pubDate>Mon, 01 Dec 2008 02:00:09 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Web Development]]></category>
		<category><![CDATA[jQuery]]></category>
		<category><![CDATA[google]]></category>
		<category><![CDATA[ie7]]></category>
		<category><![CDATA[js]]></category>

		<guid isPermaLink="false">http://mhuntdesign.com/blog/?p=110</guid>
		<description><![CDATA[
			
				
			
		
jQuery Hosted on Google:
Here&#8217;s the code to link to Google&#8217;s jQuery repository. It grabs the latest jQuery version.
&#60;script type="text/javascript"  src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.2/jquery.min.js"&#62;&#60;/script&#62;  
Google link to jQuery:


 


You can go here http://code.google.com/p/jqueryjs/downloads/list for the download list and right-click copy-link location.
Jquery CDNs
Go to http://docs.jquery.com/Downloading_jQuery for a list of CDNs


Related posts:How to change the default jQuery version used [...]


Related posts:<ol><li><a href='http://mhuntdesign.com/blog/jquery/change-default-jquery-version-wordpress/' rel='bookmark' title='Permanent Link: How to change the default jQuery version used by WordPress'>How to change the default jQuery version used by WordPress</a> <small> To override the default jQuery version called by Wordpress...</small></li>
<li><a href='http://mhuntdesign.com/blog/jquery/jquery-tip-how-to-wrap-tags-dynamically/' rel='bookmark' title='Permanent Link: Jquery Tip: How to wrap tags dynamically'>Jquery Tip: How to wrap tags dynamically</a> <small> Quick tip: In order to wrap a &lt;span&gt; around...</small></li>
<li><a href='http://mhuntdesign.com/blog/bookmarks/freelance-web-design-drupal-development-wordpress-seo-jquery-css-06-13-10-06-14-10/' rel='bookmark' title='Permanent Link: Freelance Web Design: Drupal Development, Wordpress, SEO, jQuery, CSS: 06-13-10 &#8211; 06-14-10'>Freelance Web Design: Drupal Development, Wordpress, SEO, jQuery, CSS: 06-13-10 &#8211; 06-14-10</a> <small> Below are my latest resources related to web design,...</small></li>
</ol>]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: right; margin-left: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fmhuntdesign.com%2Fblog%2Fjquery%2Flinking-to-googles-jquery-repository%2F"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fmhuntdesign.com%2Fblog%2Fjquery%2Flinking-to-googles-jquery-repository%2F&amp;source=mhuntdesign&amp;style=normal" height="61" width="50" /><br />
			</a>
		</div>
<h2>jQuery Hosted on Google:</h2>
<p>Here&#8217;s the code to link to <strong>Google&#8217;s jQuery repository</strong>. It grabs the latest jQuery version.</p>
<p><code>&lt;script type="text/javascript"  src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.2/jquery.min.js"&gt;&lt;/script&gt;</code> <span><span class="tag"> </span></span></p>
<h3><span><span class="tag">Google link to jQuery:</span></span></h3>
<ul style="list-style-type: none;">
<li>
<h3><span style="text-decoration: line-through;"><span><span class="tag"> </span></span></span></h3>
</li>
</ul>
<p>You can go here <a href="http://code.google.com/p/jqueryjs/downloads/list">http://code.google.com/p/jqueryjs/downloads/list</a> for the download list and right-click copy-link location.</p>
<h3>Jquery CDNs</h3>
<p>Go to <a href="http://docs.jquery.com/Downloading_jQuery">http://docs.jquery.com/Downloading_jQuery</a> for a list of CDNs</p>


<p>Related posts:<ol><li><a href='http://mhuntdesign.com/blog/jquery/change-default-jquery-version-wordpress/' rel='bookmark' title='Permanent Link: How to change the default jQuery version used by WordPress'>How to change the default jQuery version used by WordPress</a> <small> To override the default jQuery version called by Wordpress...</small></li>
<li><a href='http://mhuntdesign.com/blog/jquery/jquery-tip-how-to-wrap-tags-dynamically/' rel='bookmark' title='Permanent Link: Jquery Tip: How to wrap tags dynamically'>Jquery Tip: How to wrap tags dynamically</a> <small> Quick tip: In order to wrap a &lt;span&gt; around...</small></li>
<li><a href='http://mhuntdesign.com/blog/bookmarks/freelance-web-design-drupal-development-wordpress-seo-jquery-css-06-13-10-06-14-10/' rel='bookmark' title='Permanent Link: Freelance Web Design: Drupal Development, Wordpress, SEO, jQuery, CSS: 06-13-10 &#8211; 06-14-10'>Freelance Web Design: Drupal Development, Wordpress, SEO, jQuery, CSS: 06-13-10 &#8211; 06-14-10</a> <small> Below are my latest resources related to web design,...</small></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://mhuntdesign.com/blog/jquery/linking-to-googles-jquery-repository/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>
