Blog

Archive for the ‘jQuery’ Category

Linking to Google’s jQuery Repository

Sunday, November 30th, 2008

Here’s the code to link to Google’s jQuery repository. It grabs the latest jquery. Also added before that is the ie7.js script. The idea here is to speed up the load time if the user has already cached this file from another site using the same technique.

You can go here http://code.google.com/p/jqueryjs/downloads/list for the download list and right-click copy-link location.

    <!–[if lt IE 7]>

  • <script src=“http://ie7-js.googlecode.com/svn/version/2.0(beta3)/IE7.js” type=“text/javascript”></script>
  • <![endif]–>
  • From jQuery:
  • <script type=“text/javascript” src=“http://code.jquery.com/jquery-latest.js”></script>
  • OR
  • From Google:
  • <script type=“text/javascript” src=“http://jqueryjs.googlecode.com/files/jquery-1.2.6.js”></script>

jQuery Widget and Cheat Sheets

Tuesday, July 22nd, 2008

I have to admit I’m biased when it comes to jQuery. Let’s face it, write less, do more, it’s as easy as that. if you’re a CSS coder or designer, jQuery is awesome. It’ feels natural calling a class name or an id just the way you would writing a css rule. There is really no excuse not to add behavior to your site, expecially since the advent of jQuery.

So what do I have for our jQuery lovers today?


A jQuery Widget for Mac

jQuery Widget

jQuery Widget

jQuery Cheat Sheets

jQuery Plugin and Tutorials List for Web Designers

Thursday, June 12th, 2008

So I have been building this large list of jQuery links for sometime now and it will continue to be updated on my urls section. But here it is:

JQuery Plugins and Tutorials: