Questions tagged as 'jquery'

1
answer

Destroy the previous function by clicking on another button

I have a list of products with a loop, which has a button called see details. When I click on "See details" it opens in toggle mode the div with the details of the product. When I click on the other product, the same thing happens and it is plac...
asked by 12.03.2018 / 22:30
1
answer

Django forms interactive

I am using Python3.5 Django 1.11 as a backend for an apache server in red hat. Currently it has been put into production and works without problems. We are now seeing the need for future use of FORMS in the pages but with the priority of bein...
asked by 08.03.2018 / 15:20
2
answers

Help with textillate text animation library

Good day programmers, I am trying to implement a known library of text animation called textillate, documentation: link Well, I do not know if the problem is of includes or I'll be having some syntax error but it's not so much science to ma...
asked by 23.03.2018 / 16:03
1
answer

Receive url cake php [duplicated]

I want to know how to do the following: When the page comes from google, I want to change the page if the page is found from the google search engine, and to show another one if the url is entered manually     
asked by 28.03.2018 / 17:43
2
answers

Put a variable inside a Jquery

I'm doing a product query that pulls the item of a database. At the moment of giving click in a link this shows a content. What happens is that these item are within a bucle While . What I want is to get that by cli...
asked by 09.03.2018 / 17:19
1
answer

Saving data from a form with a bootstrap modal

I have a modal with a form and when I give the button to save the data I have entered, it does not send me to the address / path that is defined in the action attribute of the form tag, and therefore it does not save data In the database, what w...
asked by 25.02.2018 / 15:19
1
answer

ajax dependent input of combo in different rows

I have the following case to solve: In a table, where I add separate rows using the "Add" button, I have a combobox that brings data from the database and I need the input price_service to be automatically completed depending on the option...
asked by 14.02.2018 / 15:24
2
answers

Preview image

I have been trying to preview an image by just selecting it but I have not succeeded trying with this answer , I have tried to adapt it and I do not know what it fails. //Funcion que se ejecuta al inicio function init() { mostrar...
asked by 13.04.2018 / 17:31
1
answer

shine 3D effect css

Hello community a few days ago I saw a 3D type effect on some cards of the following web page: link I would like to know how to get the effect that the cards have at the time of moving the mouse.     
asked by 09.02.2018 / 21:13
1
answer

helps to capture data with $ (this) .val ();

I have this code. $.post("tipo_documentos/llenar_combo",{accion:''},function(data){ $("#documento").append(new Option('Seleccione','')); for (i = 0; i < data.length; i++) { $("#documento").append(new Option(data[i][1],data[i...
asked by 09.02.2018 / 16:44