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 ) {...
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...
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...
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...
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...
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');...
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
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...
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...