Questions tagged as 'jquery'

1
answer

Reload / Restart Google reCAPTCHA

I am making a form to send messages from my website, which I am doing with jquery and ajax , using the reCAPTCHA of Google with the title. The messages are sent correctly, but the point is that when sending the email the...
asked by 27.06.2017 / 18:36
2
answers

Make a loop with ids

I have 7 sections on a page, consisting of a heading panel and a table, the table is shown when the button is clicked to display in the panel-heading. The function to deploy works but I want to use an index so I do not have to do 7 scripts...
asked by 28.06.2017 / 15:00
2
answers

change values when selecting an item in a combobox

I want that when selecting an item in the combobox and pressing the buttons, everything related to the combobox item appears. example : when the select is in Giosvel and the buttons are pressed that my information comes out and when I put in...
asked by 13.06.2017 / 18:30
1
answer

Create an object with a normalized structure

I have a service that returns an object like this: [ {id: 1, name: 'Pedro', city:1, state: 1, country: 1}, {id: 2, name: 'Juan', city:12, state: 2, country: 1}, {id: 3, name: 'Ana', city:10, state: 5, country: 1}, {id: 4, name: 'Diego', city:7...
asked by 08.06.2017 / 20:41
2
answers

Read Json in a for a php query

I am making a request getjson to a table in MySQL by means of PHP . What I need to do is to be able to read the answer with for in javascript to get some data. I have this query in PHP : <?php...
asked by 08.06.2017 / 18:02
1
answer

Clean calendar bootstrap-datetimepicker

I have this html code that when choosing a country loads the days in the calendar: <div class="row"> <div class="col-md-12"> <div class="form-group"> <label>Pais</label> <sel...
asked by 05.06.2017 / 06:35
1
answer

Create DOM with jquery and check existence

I have created a function that performs an ajax query with data return in json, when this function receives the data, it checks if the DOM exists, if it does not exist, it creates it. The question is: When the DOM exists instead of creating i...
asked by 10.06.2017 / 11:11
1
answer

ParentNode childNodes Javascript with laravel

I have a problem with my comment system on the website. The problem is this, I want the comments to be edited in a modal window "that already works thanks to bootstrap" but I can not get that comment that will be edited to load in the modal w...
asked by 03.06.2017 / 01:59
3
answers

Error calling a function in jQuery

Hello friends, I have the following code: my error is as follows: I'm doing a small application in which when you click "give me click" change color that works well because I select it with Jquery but when I want to add that part of the code...
asked by 02.06.2017 / 17:14
1
answer

How to detect the end of my document with Jquery?

What I would like to know when the user sees the main view of my application and it reaches the end, the footer should appear in a colorful way, I currently have several lines of code in juqery that should send me an alert when I arrive in the e...
asked by 07.06.2017 / 01:09