Questions tagged as 'jquery'

1
answer

Ajax JSON response with HTTPS protocol

Recently I installed a web application and it works correctly, absolutely everything, the problem is that when I install an SSL certificate, and place it in HTTPS protocol, the ajax functions that return a JSON type response give me an error, an...
asked by 10.03.2017 / 16:58
3
answers

Because I do not print the data from the database assigned to variable Jquery

** Why it shows Notice error: Array to string conversion in C: ** Inspertor Inspertor     <script> $('document').ready(function() { <?php $consulta="SELECT idCategoria FROM buscar_categoria";...
asked by 10.03.2017 / 20:13
1
answer

Clear Data Jquery When Opening Another Modal

I have a simple table, which by pressing a button takes that id from the row and sends a% to% co, which returns all the values for a php and it shows them to me in a pop-up window, in this case it shows me a name, the problem is that when...
asked by 23.01.2017 / 16:44
3
answers

how the contents of a column in a table are disabled

I have a table, whose rows are added dynamically. Each column has elements of type select e input text and the last column has a text "Eliminar" , so that when the user hits click on said column, the row is deleted ....
asked by 25.11.2016 / 00:20
2
answers

Copy a file with JavaScript

Good! I have a problem and I can not do something as simple as copying a file from a source to a destination , all locally using Javascript . p> How can I do it? I found an example like: myObject = new ActiveXObject("Scripting.F...
asked by 27.11.2016 / 11:13
1
answer

Problem sending form to PHP with AJAX

Good, I'm starting with some of this so you may see a lot of mistakes, if you'd like to comment, I'd appreciate it, let's start ... THE IDEA: Create, show, mark as done or delete something that we will call tasks in a "database" witho...
asked by 27.11.2016 / 20:58
3
answers

JQuery Array in prestashop

I've been stuck with a prestashop script for a couple of days. I need to bring some values from the database and I'm doing them using jQuery, since those values depend on what a user has selected on the web. The problem is that I'm not doing it...
asked by 28.11.2016 / 13:42
3
answers

Change rowspan by ID using jQuery

Good morning, I'm making a website for the integrated project after finishing the higher degree of systems. The website is for a "gym". I was good until I had a schedule that I want to do and that is dynamic, that takes the data (of activities)...
asked by 31.05.2017 / 10:48
2
answers

The jquery event does not capture me

I have the following code to select an address with a bootstrap glyphicon, but, I do not capture the event. <td> <a href="#" class="selectpoblacion" data- poblacion="@dir.DireccionEnvio">...
asked by 21.12.2016 / 18:09
1
answer

Ajax CrossDomain Error: "Unexpected token:"

When I bring data from an AFIP service, I get the error  "Unexpected token:". Apparently the type of data it returns is incorrect, some solution? thanks My Js code is as follows: var WSAFIP="https://soa.afip.gob.ar/sr-padron/v2/pe...
asked by 27.12.2016 / 17:25