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...
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) {...
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...
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...
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...
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;...
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...
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...
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...