We launched new forums in March 2019—join us there. In a hurry for help with your website? Get Help Now!
    • 30585
    • 833 Posts
    Just thought I should mention this, hopefully it’ll save someone some headaches.

    I was browsing on the sites we built and noticed that the j-query 1.3 powered forms weren’t working quite right so when I dug a little deeper, I found out that the folks at Google Code have apparently dropped that version.

    Google
    Error

    Server Error

    The server encountered a temporary error and could not complete your request.
    Please try again in 30 seconds.

    Anyone loading this file: http://jqueryjs.googlecode.com/files/jquery-1.3.js in their site should consider updating to version 1.4.2 available at http://ajax.googleapis.com/ajax/libs/jquery/1.4.2/jquery.min.js

    I’m not sure if this is a temporary issue, but my guts tells me stuff like this usually don’t happen by accident.

    So, there you have it!

    Consider yourselves informed.
      A MODx Fanatic
      • 1343 ☆ A M B ☆
      • 2,213 Posts
      The address you are using isn’t the default/recommended on, you want to use this format:

      http://ajax.googleapis.com/ajax/libs/jquery/VERSION/jquery.min.js

      The supported versions are:
      1.2.3, 1.2.6, 1.3.0, 1.3.1, 1.3.2, 1.4.0, 1.4.1, 1.4.2, 1.4.3

      Your address appears to be from a google code project, not the google libraries. smiley
        Patrick | Server Wrangler
        About Me: Website | Tweets |  MODX Hosting
        • 30585
        • 833 Posts
        Quote from: AMDbuilder at Dec 08, 2010, 04:02 PM

        The address you are using isn’t the default/recommended on, you want to use this format:

        http://ajax.googleapis.com/ajax/libs/jquery/VERSION/jquery.min.js

        The supported versions are:
        1.2.3, 1.2.6, 1.3.0, 1.3.1, 1.3.2, 1.4.0, 1.4.1, 1.4.2, 1.4.3

        Your address appears to be from a google code project, not the google libraries. smiley

        Thanks, I didn’t notice since it always worked, smiley
          A MODx Fanatic