Questions tagged as 'jquery'

1
answer

Failed with JQuery Cookie

Good morning. I'm trying to install the JQuery library "JQuery Cookies". I have configured it as shown by the instructions, but when I run it I get an error with firebug: TypeError: $.cookie is not a function. In the index charge first th...
asked by 12.04.2017 / 11:28
1
answer

Budgeting with PHP and jQuery

I am creating a page for a product where the user can customize the design itself, place the color, the name, and in turn has to go to the same budget, all in the same web. Currently I have achieved everything only the budget as it works as a "s...
asked by 02.06.2017 / 21:45
2
answers

get input value generated dynamically by jquery

Friends how could I take the input value generated dynamically by jquery, I saw examples that put div containers but it does not work, your help by facvor     
asked by 03.10.2018 / 22:01
3
answers

Alert success form

What happens is the following I have a registration form and what I want is that what is recorded comes out a sweetAlert . The problem is that pressing the button leaves the alert so the form is not validated. I would like to know how I do...
asked by 07.04.2016 / 13:49
2
answers

Multiply elements of the same jQuery class

I have the following problem I need to multiply two values according to their class but I have more than two boxes where the values are to be multiplied, the multiplication nothing else does to me once here is my code <div> <div cla...
asked by 16.08.2018 / 01:11
1
answer

Load a random image by pressing a key

I can not link my UP , DOWN , LEFT and RIGHT keys to the cambiarImagen function. With the id=boton I get ... but with certain keys not. <script> $(function() { var imagenes = [ '1.jpg', '2.jpg'...
asked by 04.05.2018 / 08:15
2
answers

How to make an INPUT only accept some characters [closed]

How to make an INPUT only accept some characters. For example, I want to accept the numbers from 0 to 9 and only some special characters. If the entered character is not allowed, it is not marked in the input. Thank you very much for your...
asked by 02.11.2018 / 14:49
1
answer

input email with default @ jquery

I need to create an input email that will keep the "@" character by default and without being able to erase in addition to writing in front of the "@" and behind it, can this be done? thank you very much <script src="https://ajax.goog...
asked by 24.08.2017 / 19:30
1
answer

Firebase ref () error when using variable as reference

Greetings. I am currently developing a page whose function is to recover data from Firebase. During the tests, when establishing the reference for obtaining the data, if I establish it in a fixed way it works without problem. But assigning a val...
asked by 29.08.2017 / 16:36
2
answers

Input stores old data

I have an input type number , depending on a radiobutton this input can change between type date and type number . The problem is that after the submit and changing the selection of radiobutton my input st...
asked by 14.03.2018 / 04:18