Questions tagged as 'jquery'

1
answer

Help with Number Formatting in Django 1.9

Hello I have the following problem, I am trying to format numbers with the help of the library jquery-number , the problem is that when I want to assign its properties to the input, I do not achieve it since at the moment of placing said field...
asked by 21.04.2016 / 20:18
2
answers

Changing the text of a label with jquery with text () or html () does not work

I know that to change the value of a label it is valid with html () or text () but the problem is that it does not work. Let me explain: The function of the program is that by double clicking on an element with the class ".item" that element...
asked by 19.11.2018 / 11:29
1
answer

How to use Regular Expression on this form?

I have a question that arose from a solution. Use Tampermonkey to deselect files from a list; It works fine, but I wonder if I could apply regular expression to further expand its goal. <div class="well"> <h2>Select...
asked by 20.11.2018 / 04:18
1
answer

slider of several items

I have this code .categoria-slider { position: relative; width: 100%; height: 300px; padding-left: 8%; box-sizing: border-box; overflow: hidden; } .categoria-slider .item { float: left; margin-left: 15px;...
asked by 19.11.2018 / 00:21
1
answer

Calculate Sum in real time with JS

Cordial Greeting. I hope you are well and can help me. I have 2 inputs and when you are typing, you change to a currency format: <script src="https://ajax.googleapis.com/ajax/libs/jquery/2.1.1/jquery.min.js"></script> &l...
asked by 29.11.2018 / 22:09
1
answer

I need to make a responsive slider with thumbnail but that the proportion of the dimensions of the images is respected [closed]

I've been looking for a carousel slider with responsive thumbnail, without the images being deformed by the different sizes that I may have. I have seen several responsive bootstrap slider, but when placing images of widths and lengths different...
asked by 02.03.2016 / 00:14
2
answers

Modal window with Response.Write

I want to show a modal window that is the answer to an UPDATE to the BD of successful operation, I am defining the modal window in Response.Write but it does not show me the window, I already load the jquery libraries, bootstrap but still...
asked by 08.03.2016 / 00:09
2
answers

How to show a checkbox if a variable has text, jquery?

Good morning. There is a variable with value that the server responds to. You can come like this: DescripcionProductoGratis = "" or like this: DescripcionProductoGratis: "Tienes Derecho a un Producto con Valor de: 460 - 9588 Lima de Pies...
asked by 12.11.2018 / 16:08
2
answers

Problems saving src image in localStorage

This is my html page: <!DOCTYPE html> <html lang="es"> <head> <link rel="stylesheet" href="css/miestilos.css"> <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.12.4/jquery.min.js"></script> <...
asked by 22.10.2018 / 16:45
1
answer

How can I avoid showing a div to take me to the beginning of the document?

I'm hiding a div with .hide and showing with .toggle of jquery, the function is good for me the problem is that if I show it in a lower part of the docomunto, like the footer for example and click the button to show the div appears, however it t...
asked by 06.11.2018 / 19:26