开发者

Firebug shows error "_11 is undefined"

Actually that's it. What does this error mean? I've googled on it, but found nothing. This error appears in firebug console after the page is loaded开发者_如何学C, or when i click on tabs. It does not prevent the execution of another JavaScript code, but the nature of it is mysterious for me.


Somewhere in your code or the JS framework you use, a variable pointer _11 is called but nothing is assigned to it. Hence javascript gives undefined.

It sound indeed, like mmattax says, as a minified javascript variable name. It probalby references a variable in your javascript that is not defined.


"_11" sounds like a JavaScript variable or function that has been minimized.

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜