I'm using jquery $ .when () to wait for all requests to be made. The problem is: I can not return a boolean for my function.
The flow is: Execute the functions and return a true that my main function is waiting for.
function PreSaveItem()
{...
Hello, I am developing the design of a website where the customer must fill out the check-in and check-out information in the calendar of the Hotel's own website and when clicking on "Book Now", this data must be automatically filled in Online Bo...
I would like my input's text FROM / TO save to my xml file (write)
When I click on send when I go to my xml file, until it appears in the file details the date and time that I clicked send, and when I open the xml file does not appear what I...
Gallery need help with my code, what am I doing wrong?
onFinish: function () { <br><br>
console.log('registrationStoreId')
console.log(pmMVCHelpers.user.getProperty('registrationStoreId'));
var registrationStoreId =...
I have a jQuery slider ranger, it works normal but the problem is that when I'm on mobile (mobile) I can not drag the slide so it works, it has to click on it.
$(function() {
$("#hora-range").slider({
range: true,
mi...
Hello, I have a table in the SGDB MySQL database with the name historico_login , with the columns:
his_id (INT 11)
his_id_usuario (INT 11)
his_data (DATETIME)
I want to display a line chart in the user dashboard as a user login timelin...
I have a code made to fetch images but it's a bit more complicated than that.
$("#publi_not").change(function(){
var p = 0;
var r = 1;
var val = $(this).val();
var valor = $('#publi_not option[value="'+val+'"]').html();
var...
I have an Ajax code that takes data from a simple message field and sends it to my database without the page being updated, but the problem is that everything works perfectly just from the computer , when accessing the cell phone simply does n...