Top "Referenceerror" questions

Anything related to JavaScript ReferenceError that it is thrown when trying to dereference a variable that has not been declared.

Uncaught ReferenceError: ytcfg is not defined (also __ytRIL is not defined)

I have been using the YouTube IFrame Player API without problem for months and started to see this exception recently …

javascript youtube-iframe-api referenceerror
Javascript eval ReferenceError: is not defined

I need to dynamical create a variable off the value of a variable from an argument I am pulling in …

javascript eval referenceerror
Using JQuery with Node.js "ReferenceError: $ is not defined"

I am trying to build a simple IRC bot for Twitch in Node.js with this framework https://github.com/…

javascript jquery node.js referenceerror
Handlebars is not defined

I am new at JS and never tried Handlebars before. I'm trying a very bare-bones example from a tutorial. I …

javascript handlebars.js referenceerror
safari ReferenceError: Can't find variable

I have the following in its own DIV <script> function newfunc() { alert("here"); } </script> <button …

javascript safari referenceerror
ReferenceError: ActiveXObject is not defined in Chrome and Mozilla

I am having a lot of difficulty attempting to solve a ReferenceError: ActiveXObject is not defined in Google Chrome. function …

javascript google-chrome firefox activexobject referenceerror
ReferenceError: "document" is not defined

Im new to JavaScript and even more new to Google Apps Script. Im trying a simple function that shows the …

javascript google-apps-script google-sites referenceerror
How do I reference jQuery from my HTML/JavaScript application?

I keep getting Uncaught ReferenceError: $ is not defined error. I assume everything is ok and working. My JQuery code is …

javascript jquery html undefined referenceerror
Uncaught ReferenceError: Modernizr is not defined

i get the following error on my site: Uncaught ReferenceError: Modernizr is not defined The code that im trying to …

jquery modernizr referenceerror
Javascript FileReader detection in Safari

I'm aware of the fact that the FileReader Object is not available in Safari 5.0.5. I have a script that uses …

javascript safari filereader referenceerror