Questions tagged as 'jquery'

0
answers

php + jquery + ajax

I have my next ajax script file I try to pass the data to a php file but it does not return the result <script> var mensaje = $("#error"); mensaje.hide(); var formData = $("#formlge").seria...
asked by 27.10.2017 / 22:40
2
answers

It tells me that the value I'm calling is undefined in json

It tells me that it's undefined the name of the variable that I'm asking Jquery, but I put console.log (data) and it returns the complete array and with its variables $(function () { array_producto = []; $.ajax({ url: "ofertas_guarda...
asked by 28.10.2017 / 00:45
1
answer

Javascript counter to call ajax function

I'm starting with JavaScript and Ajax and I need a little help pls. I have two Ajax functions that load HTML to an assigned div, inside there is a second counter that refreshes the Ajax function (it works!) But when I give the button to pass to...
asked by 26.10.2017 / 02:18
1
answer

Get a value of an input with Jquery [duplicate]

I have to make a page that thinks of a random number and then with an input enter that number, if it is not the random number that tells me if it is smaller or bigger. Well, what I find a problem is that when I input an input does not tell...
asked by 26.10.2017 / 18:10
0
answers

problem sending a json object by url to php

$(document).ready(inicio) function inicio(){ $(".boton_compra").click(anade); $("#carrito").load("functions/poncarrito.php"); $("#carrito2").load("functions/checkout.php"); } function anade(){ var fila = $(this).parents("p"); if(fila.find(".ma")...
asked by 22.10.2017 / 23:41
0
answers

Loop in EDGE javascript

I have an endless cycle in the edge browser and I really can not find the fault in my code, I would like to know if someone could ask me about it !? This function is triggered in an onBlur and validates that the input is not empty function...
asked by 30.10.2017 / 20:39
1
answer

How to do a Load with jQuery and Ajax for a DIV?

Hello good afternoon I have this code but I know how to make the Div actulize with your example ID this div is to see the data in the .php file <div id="album_paint_content"></div> and these images in ID have the post that I wa...
asked by 24.10.2017 / 21:50
1
answer

Problem with JQuery and variables

A few days ago I started working with JS and JQuery but I have a doubt that I do not understand when I try to send some variables by Api Rest. JS $('body').on('click', '#signupButton', function () { $("#signupButton").val("Procesando......
asked by 02.11.2017 / 13:28
1
answer

Keypress event in jquery

Hi, I am testing this code to allow a textbox to enter only numbers with Jquery. When I try it in Chrome it works perfect, but the problem arises when I try it from Firefox since it disables the delete key, I can not erase what I write. A help p...
asked by 22.10.2017 / 05:15
0
answers

how to nest 2 records of the same table

Hi, I have a query, I have a table of courses where cod_curso, cod_ramo, section and name. what I have is a search engine (autocomplete) of the name of the course that is good for me, but what I need at the time of finding the course I enable al...
asked by 23.10.2017 / 20:01