tags:

views:

48

answers:

0

After launching a major redesign for a client, we've received a handful of emails from users who are experiencing a script that is slowing down, and eventually crashing their browsers. The errors that they send to us always point back to jquery, but I know the jquery itself shouldn't be throwing any errors.

I was originally using the minified version, but to better track the errors, I switched up to the development (all line breaks) version. The errors are calling one of two lines:

Line 1623: A break in the Sizzle.filter function
Line 2317: A inner, ending bracket on the dirCheck function

Has anyone seen these errors pop up on their own sites? The cases are isolated (I'd say less than 1 or 2% of users are having problems), but it still needs to be ironed out. FWIW: no other js scripts are throwing errors. Thanks!