Questions tagged as 'jquery'

0
answers

PHP Ajax shows no results (CLOSED)

I need help with my php code, I do not know if I'm doing it right but ... I have this script: $('#procesaPedido').on('click', function() { var storage = {}; for ( var i = 0, len = localStorage.length; i < len; ++i ) {...
asked by 23.07.2018 / 16:58
0
answers

Error when doing server data with AJAX

Good morning to the whole community. I'm trying to make a real-time search engine for products, but by the time the browser makes the AJAX request in the keyup event, this happens: I copied all the HTML back into the DIV...
asked by 23.07.2018 / 16:27
1
answer

Firebase web record url in database after uploading file to storage

Maybe someone can help me with this code I am trying to record information in the database of firebase after I upload a file to storage but it does not record just upload the file and what I want is that it also saves the url and...
asked by 23.07.2018 / 12:01
3
answers

Handle table inside another html table without interfering in JavaScript

I have a table with id=mytabla , which inside contains several data, and in the last row a field called retentions that should show another table inside, in this I have no problems, staying like this: <table id="mytabla" class="table...
asked by 25.07.2018 / 20:53
0
answers

Save a file on the Cordova jQuery device without overwriting using File FileTransfer

I have an app with cordova and using File-Transfer plugin that downloads a file to the device. I want to save more files that are generated on the server with the same name but I do not want to write the file that already exists. The problem is...
asked by 24.07.2018 / 14:53
0
answers

do not know how to filter the information that comes in a table with modal because the data is repeated

I have a modal alert where it shows the information of different types of alerts and the same alerts are coming 3 times and my question is what I can do to prevent this from happening. $('#modalAlert').modal('show');...
asked by 27.07.2018 / 19:07
1
answer

Scroll effect does not work jQuery

Here is the jQuery code, it's the last thing Here is the Html Here is where I want it to move But fortunately, do not do anything, someone help me please? Thanks: D     
asked by 31.07.2018 / 03:18
0
answers

How to fill in a Chart Donut Chart through Ajax in ASP.NET WEBFORM

What I want is to fill the donut chart with the value but I do not know how to put in the function of the donut chart to pull the data from the web service and show me the data along with the graph I had never filled a graph wi...
asked by 31.07.2018 / 08:12
2
answers

Store the initial class of HTML and return it

I am trying to store the initial value of a class and return it to a conditional ternary operator when it does not meet the conditions I tried something like: function toggleDarkLight() { var body = document.getElementById("body"); va...
asked by 24.07.2018 / 23:30
1
answer

Custom preloader on video

How can I put a custom preloader in a video? before the play button appears. And that it disappears just when the video is fully loaded.     
asked by 25.07.2018 / 02:01