The referenceerror tag has no wiki summary.
0
votes
0answers
13 views
.NET Application Looking for Reference Version That Doesn't Exist
I have a custom reference in my project that is causing the application to fail when it cannot be found. The app is searching for version 1.30.2932... and the latest version, which I have installed, ...
0
votes
3answers
48 views
Call a function from within the script from the html page with an extension
I have a script (For the purposes of this question: script.js) that is injected into every page (along with jquery.js).
script.js is supposed to add an extra element(elem) to the page, which when ...
0
votes
0answers
39 views
Casperjs find order of html elements
I'm trying to query a webpage for a particular order of an html element, the "booking" class element. The structure is that the div with class:".booking-container" contains children "booking". So I ...
0
votes
2answers
90 views
kendo editor ReferenceError: uid is not defined
I'm trying to create a image upload with the kendo editor.
I'm always getting an error:
ReferenceError: uid is not defined
...==E&&(E=1),g?(b&&(A+=-b),w&&(I+=-w),e=new
...
2
votes
2answers
136 views
ReferenceError: Can't find variable: _e_0uWl - Browser “breaks”
We have a really weird issue on Safari 6.0.4:
The users can happily surf on our page and suddenly they get this on all our pages:
ReferenceError: Can't find variable: _e_0uWl
Other sites still ...
1
vote
3answers
37 views
if (a) {} throws uncaughtReferenceError
I need to be able to check if a variable exists (if if it doesn't assign it to {}) without throwing an error in javascript. When I try this code
if (a) {}
it throws uncaughtReferenceError
...
0
votes
1answer
58 views
JavaScript: uncaught reference error: erik is not defined
I am programming a small utility that will make my working with canvas easier. But, when I run the code, I get errors Uncaught SyntaxError: Unexpected token = (erik.core.js:5)
and Uncaught ...
0
votes
1answer
50 views
ReferenceError: insertRecord is not defined
I have this html code that's supposed to retrieve a local json file and have it parse and stringify to the local storage. I wanted to test the code, but when I fill out the form and run it, it says ...
0
votes
0answers
54 views
Multiple Locations in Bing Maps in an iframe
I'm trying to get this piece of code to work in an iframe, but I always get the error:
ReferenceError: GetMap is not defined
I am not an advanced programmer, so I have no idea why it works alone, ...
0
votes
1answer
176 views
Bootstrap pop-over not loading ReferenceError: jQuery is not defined
I've been trying for ages a bunch of various solutions but I can't work out why my bootstrap popups arent working.
I'm getting a:
ReferenceError: $ is not defined
for
$(function ()
This is my ...
0
votes
3answers
35 views
ReferenceError in javascript. Caracter undefined in append function
Adding tags using append function from jquery.
Here is the jquery code where it's blocking
tabSections(data).forEach(function(section){
$("#sections nav ul").append("<li ...
1
vote
2answers
32 views
Javascript custom apply function
I'm building a javascript library with a friend that's supposed to make HTML5 game creation easier (but it's really just for fun) and here's some code I'm having trouble with:
/* Calls f on all the ...
2
votes
2answers
162 views
uncaught ReferenceError,Calling javascript function through android application..?
I am trying to call a javascript function setGameName() through android Webview Activity but it is throwing uncaught ReferenceError:setGameName not defined at :1.
My Source code is as follows:
...
2
votes
2answers
52 views
Accessing variable defined above in object literal causes ReferenceError
var g = {
lang: "ttt",
l: function(){
console.log(lang);
}
}
console.log(g.l());
ReferenceError: lang is not defined
Why is lang undefined?
0
votes
2answers
350 views
Uncaught ReferenceError: Messages is not defined meteor chat tutorial
I am following this meteor chat tutorial and I am halfway, the teacher finishes a piece of code and checks it out in the console in the browser and says good "no errors" but I am getting a error a the ...