Questions tagged as 'undefined'

3
answers

Resolve undifined index [closed]

I'm trying to create a table with data from a database
asked by 18.01.2016 / 11:13
1
answer

Error getting data from input radio

Well, I'm having the following problem while submitting the form: Hereispartoftheformcodeandvalidation:<divclass="form-group"> <label for="sexoFunc" class="control-label col-sm-2">Sexo:</label> <div class="radio...
asked by 24.05.2018 / 15:18
1
answer

Capturing value $ .getJson is coming undefined

I'm trying to mount a table from a JSON I get from a php page, however when I do the append the captured value appears such as undefined . $.getJSON("getEventoCategoria.php", {ID_EVT_Evento: ID},function (data) {...
asked by 07.10.2015 / 16:22
1
answer

'innerHTML' undefined

I need help, I can not get it to work. var valu=document.getElementsByClassName("user-coins-value middle-block")[0]; var yesno=confirm("You have access key ?"); if(yesno==true) { var enter_key=prompt("Enter access key",'Example: 43ML99...
asked by 29.06.2017 / 05:24
2
answers

Undefined when accessing class attributes in NodeJS

Good afternoon guys, I was developing an api with node and mongo using express and mongoose and tried to implement the pattern repository, but when accessing the attributes of a class it returns an undefined message that I do not know the reason...
asked by 13.02.2018 / 17:59
1
answer

Request Ajax jquery Jsonp Returning Undefined

I need to handle the feedback of the following code below. Remembering that it works correctly however, at some point, the searched term does not exist returning "undefined" and does not show anything on the screen. I need you to look for a stan...
asked by 12.04.2016 / 14:34
2
answers

require_once does not work

I'm trying to give require_once in a PHP file that has a class. The file I'm trying to include in PHP with the class has only one array with configuration data, but I can not get it properly. class CoreDatabase { public $database;...
asked by 14.11.2017 / 18:29
1
answer

Extract php returns Undefined variable on detail page

I'm having the following undefined variable error, I'm developing a shopping cart using URl Friendly. Everything was going well until I got the part of returning all the indexes of my database product, I'm using the extract function which in the...
asked by 18.10.2016 / 15:48
1
answer

Error: Uncaught TypeError: Can not read property 'split' of undefined

I have the following problem, could anyone help me? When I'm on a site that runs Javascript and I give a command. The error happens in mySaved.js.196 Follow the line that I click on this site JavaScript claims the problem and does not p...
asked by 01.07.2015 / 20:32
1
answer

Why does my array return an undefined

I have this code, but I want to access a attribute of an object that is within an array , but is returning undefined obj1 = { nome : 'name', array : [], funcao : function(element){this.array.push(element)}, getArra...
asked by 10.04.2018 / 23:37