jquery 404 error problem

Discussion in 'jQuery' started by squishi, Feb 18, 2011.

  1. #1
    Hello,

    I have configured my wordpress blog to send me error emails on every 404 page hit.

    I notice that sometimes, I get hits with these referrers:
    I think a browser must be tripping over the javascript.
    The code that is attached to the urls can be found in the jquery file.
    I am using google's hosted and minified version:
    http://ajax.googleapis.com/ajax/libs/jquery/1.4.2/jquery.min.js

    The user agent of the browser which creates this error:
    What is going wrong? How can I fix this?
     
    squishi, Feb 18, 2011 IP
  2. Cash Nebula

    Cash Nebula Peon

    Messages:
    1,197
    Likes Received:
    67
    Best Answers:
    0
    Trophy Points:
    0
    #2
    Try updating to the latest jQuery (v1.5)
    
    https://ajax.googleapis.com/ajax/libs/jquery/1.5.0/jquery.min.js
    
    Code (markup):
     
    Cash Nebula, Feb 19, 2011 IP