Questions tagged as 'jquery'

0
answers

Jquery - Wait for all calls to be made and return value

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() {...
asked by 09.04.2018 / 18:27
1
answer

Doubt with Jquery

IhavetheattachedimagewhenIclickonthecheckbox,Icanhighlightthislineviathefollowingcode:$("input[type='checkbox']").change(function (e) { if ($(this).is(":checked")) { $(this).closest('tr').addClass("highlight_row"); } else {...
asked by 09.04.2018 / 19:01
1
answer

What web language is used in websites to make effects? [closed]

How do developers produce these sites with so many effects and all modernity? Are they specific languages? Frameworks ? Plugins ? Examples: link link     
asked by 15.12.2015 / 01:28
0
answers

Data Redirection Online Reservations

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...
asked by 09.04.2018 / 22:34
0
answers

Send data stay on the same page

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...
asked by 11.04.2018 / 14:22
1
answer

View jquery code in an ID

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 =...
asked by 11.04.2018 / 14:48
0
answers

Help with jQuery slide ranger UI

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...
asked by 11.04.2018 / 14:26
0
answers

Jquery chart with bank data with datetime field

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...
asked by 04.04.2018 / 01:20
0
answers

Search for names of all files in a folder?

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...
asked by 18.06.2018 / 12:16
0
answers

Problem with mobile-only Ajax request

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...
asked by 18.06.2018 / 01:51