Many developers like to link to an externally hosted jQuery library, like for example Google's jQuery library (http://ajax.googleapis.com/ajax/libs/jquery/1.4.2/jquery.min.js), but the problem with linking to an external jQuery library is that they can be a bit unreliable. If for some reason there are any issues with the server, the script may not be able to be […]
Comments Off on Quick Tip: How to Load jQuery Conditionally