Questions tagged as 'jquery'

0
answers

Automatic search with ajax + php + jquery

I will comment first on the idea of the project and then on what little I have achieved so far. I have an excel where I have movie names, the idea is to automatically browse the file and go looking for the covers of these films and store the nam...
asked by 03.10.2017 / 22:59
1
answer

Get href on maps Javascript | jquery

This is my code (also available at JSFiddle ): function loadminuatura() { var images = $(".fileThumb").find('img').map(function() { return $(this).attr('src') }); var array = images; for (var i = 0; i < images.length...
asked by 18.09.2017 / 04:28
1
answer

Form with image, ajax and phpmailer

I am trying to make a request POST but all the data is sent except the image. How can I solve it? JavaScript $(function () { $("#botonEnviar").click(function () { var nombre = document.getElementById("nombre").value; var c...
asked by 17.09.2017 / 18:37
0
answers

Create and modify a file in JQuery

I need to create files on the server, since they are invisible to the client, but what I have found allows me to create the file and download it to the client, which I do not want. One of the methods I saw was this: var contenidoDeArchivo = "H...
asked by 09.10.2017 / 16:40
0
answers

Sometimes I do not recover the varaible of SESSION in php

I have a ticket system, when doing a registration I have to insert in 3 different tables (sometimes up to 4 tables) from a single form ... One of the data that I have to insert in the Database is a session variable and here is the problem, since...
asked by 05.09.2017 / 16:50
0
answers

Links by anchors, modify scrollTop

I have an anchor link that takes me to a div on another page of the site. I do not like how the page looks because it is very close to the top margin. I would like to move the div down. How can I do it for javascript? I tried this, but it d...
asked by 06.09.2017 / 13:32
0
answers

prev / next plugin FancyBox buttons do not work

Someone has ever used the Fancybox plugin. I have problems with the buttons to go to the previous image and the next one, they do not work for me. Is it necessary to activate it in some way by jquery? I have not found anything in the instruct...
asked by 15.09.2017 / 08:44
1
answer

Show selected objects in a modal with jQuery

I am doing an exercise in which you must select the months you want to pay by selecting the corresponding checkbox. The table is generated from a query to the database. Therefore, this can have one or several records so I do not know how to assi...
asked by 07.09.2017 / 07:00
0
answers

Table html to Excel with [closed] format

I have an html table to which I applied JQuery's Datatables, I saw that from the same plugin I can export to Excel and I really liked the format it gives to the tables, it turns out that from that table I do not need to show it , but export it d...
asked by 08.09.2017 / 16:39
0
answers

Retrieve responsive datatable data

I'm using datatables to show information and the last column I have a button with actions (Edit, delete..etc) In this case, the edit button for example has the following code: <a href="#" data-toggle="modal" data-target="#mdlEditP...
asked by 29.08.2017 / 16:11