Jump to content

JavaScript error has occured ---please help


jtikcuf

Recommended Posts

All I can tell from the error messages is that jQuery and something called WIDGETBOX are not defined. Sounds like you're having a problem loading jQuery. Check your browser's developer console to make sure that there are no 404s or other error messages.

Link to comment
Share on other sites

All I can tell from the error messages is that jQuery and something called WIDGETBOX are not defined. Sounds like you're having a problem loading jQuery. Check your browser's developer console to make sure that there are no 404s or other error messages.

can you tell me a lil more how does something like this gets fixed- nothing was touched! Did you go to the web site?

Link to comment
Share on other sites

 

 

can you tell me a lil more how does something like this gets fixed

The same way you fix anything else - find out what the problem is and fix it.

 

 

 

nothing was touched!

That doesn't really matter, if there's an error you need to fix it. It doesn't really matter when it showed up, right? I'll say this though - computers don't just change all of a sudden for no reason. Computers execute code, and if the code doesn't change then the computer is going to keep executing the code the same way. If an error shows up all of a sudden when it didn't before, then something changed. When I'm fixing a problem though I'm not necessarily interested in determining what changed, my focus is to figure out the problem and the solution.

 

It looks like that code is using a handler called __cfErrorDisplayAlertBox for error events, and it behaves differently in different browsers. The error handler shows the alert that includes the filename and line number that you're seeing.

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...