Questions tagged as 'jquery'

0
answers

Combox jquery php

I have a 3-level combox, it only brings me first, the next one shows me empty here the code select < select id="estado" name="estado" class="form-control" > < option value="0">Estado< /option> <?php whi...
asked by 05.05.2018 / 14:08
0
answers

Error 403 in infinite scroll with jQuery, AJAX and PHP

I'm doing an infinite scroll with jQuery, AJAX and PHP. I have all the code and it does not give me any error, but it only gives me an error when I try to access the multimedia files for the scroll data, could there be an error in my code? jQ...
asked by 05.05.2018 / 00:03
1
answer

save css in database

I want to create the dining room of a restaurant and save the positions of the tables in the database. The tables are draggable but I do not know how to save those positions in the database to show the dining room afterwards as I have saved it....
asked by 15.05.2018 / 20:15
0
answers

Ajax does not work for me in andorid 7.0

Today I turn to your help with this topic. Develop a small webapp where I enter a value and through ajax send data to php and valid in my database if the data exists, returning a flag that I return to manipulate in jax fromateandolo with J...
asked by 10.05.2018 / 16:01
1
answer

Click on another side of the hide an item

I'm trying that when you click on another place that was the button, hide the div, but I do not get it, I have no idea how to do. $(function(){ $(document).on('click','#foo',function(){ let div = $('#bar'); if( div.css('...
asked by 04.05.2018 / 04:02
0
answers

Problems to compare dates and send results in real time with AJAX and PHP

I'm trying to make a script to process a payment after a while. The idea was to keep the date of the moment in which the request for payment was sent and the date on which that payment should be processed. When that date is met, the system shoul...
asked by 04.05.2018 / 02:42
1
answer

Find reference to Swiper from the DOM

I have several swiper on my page,    link which are created dynamically. I need to do a slideTo by clicking on some buttons outside the swper. These banners will know the DOM object that corresponds to the swiper-wrapper and an attribut...
asked by 01.05.2018 / 13:06
0
answers

How can I show JSON data in order to count the products without using the id?

I have this JSON data { "data": [ { "0": "1", "1": "1", "2": "101", "3": "Aspiradora Industrial ", "4": "vistas/img/productos/101/105.png", "5": "13", "6": "1000", "7": "1200", "8": "2", "9": "2017-12-23 20:11:04", "id":...
asked by 01.05.2018 / 15:15
1
answer

Jquery library does not work correctly

I have this nested combobox that works with php and mysql: <script language="javascript"> $(document).ready(function(){ $("#bl3").change(function () { //$("#bl3 option:selected").each(function () { $("#bl3")...
asked by 02.05.2018 / 05:28
1
answer

jQuery calculator concatenates instead of adding

I am doing a calculator with jQuery and Bootstrap but it is not adding me well, in this case only jQuery content that is where the problem is. The rest works perfectly, but in the calculations is not going well, I have the following code: var...
asked by 02.05.2018 / 13:46