javascript - Internet Explorer line 1 char 1 code 0 error -
I am using jQuery + Druple and some jQuery plugins. All is well with Firefox but in IE, I'm getting this kind of problem.
line: 1 character: 1 error: object expected URL:
I have included JS files. How do I know where the problem is? In which file? line 1?
If
& lt; Script src = "... url ..." & gt; & Lt; / Script & gt; Javascript does not return to the URL of
, you can get errors like this, but some other content (Html) I checked the page, but all with the source The scripts actually start back to JavaScript. With a little more excavation, it seems that this eval code triggers error messages:
artNoStyleAdding (document)
It seems that it comes from this Script is:
& lt; Script type = "text / javascript" & gt; If (drupal.jsEnabled) {$ (document) .ready (function () {window.setTimeout ("ArtNoStyleAdding (document))", 2000);})}} & lt; / Script & gt;
This is the last but a script in the document's head.
You obviously forgot the code and the code is considered to be the artNoStyleAdding
function, whatever it is.
Comments
Post a Comment