Questions tagged as 'jquery'

1
answer

Disable days in a datepicker if records already exist

I'm making a system where patients can request appointments online. At the moment I have a datepicker in my code as follows <script> $( function() { $.datepicker.setDefaults($.datepicker.regional["e...
asked by 07.08.2017 / 05:04
3
answers

Conflict between GridViewScroll and Loading image in ASP.NET WebForms

I currently develop in asp.net c# , html5 , javascript , css . I'm honestly not very good at javascript and I try to resolve issues by researching. Well, I have an aspx page, which shows a grid, but this grid has fr...
asked by 28.01.2016 / 16:00
1
answer

Jquery function that allows N numbers of inputs to increase / decrease by means of mousedown

I have this script that allows you to increase / decrease the value of an input by dragging up and down with the click pressed. But I need to make it work to be able to add this functionality to any input also with a minimum and a maximum value...
asked by 16.11.2016 / 21:14
1
answer

I'm experimenting with javascript and css rotating divs with letters because some rotate well and others abruptly

The code that rotates the divs with the letters: if(tipoTransformacion[i]==0) $("#t_"+i).css("transform","rotate("+rotar+"deg)"); if(tipoTransformacion[i]==1) $("#t_"+i).css("transform","rotate("+rotar2+"deg)");...
asked by 28.09.2016 / 06:02
2
answers

Problem with setTimeout

I did a function that updates a table and a graph with setTimeout () and it works perfectly. The problem is that there are occasions (not always) that if I'm on another screen, I see ajax calls (I've reviewed it in the requests, on the networ...
asked by 13.10.2016 / 19:00
2
answers

Change logo when scrolling

I am currently doing a web and the CMS e-commerce with which I am handling the content is Prestashop but I have run into the following problem: We have a menu: X 1 2 3 4 , where X is the logo and the numbers...
asked by 16.02.2017 / 04:10
2
answers

Problem with $ .getJSON.then ()

I do a data extraction with $ .getJSON () without problems, I get what I want from my database and then I work with .then but in this line getKeys().then(data => data.map(key => keys.push(key))); that I keep in my variable 'keys' whic...
asked by 15.03.2017 / 19:24
0
answers

Trackpads, prevent multiscroll

I have a little problem with trackpads (at least with MAC mice). I show the following current code: $("body").on("mousewheel", function(e) { var body = $(this); //If the body doesn't have the "animating" class, we add it and do the...
asked by 23.03.2017 / 15:47
2
answers

I can not show a modal form popup

Working with ASP.NET MVC 5 I can not show a modal form popup when I call it from a floating button shown and it automatically closes only the modal view popup looks second. I show code. HTML <div class="contenedor"> <bu...
asked by 21.02.2017 / 18:09
2
answers

Get localStorage of client in node js

What happens is that I'm doing an application with Node js, Angular and jQuery, and with sockets, what I need is to know if the user left the application, I issued a socket which removes me from the list of connected users, the user who left, I...
asked by 29.09.2016 / 04:11