Questions tagged as 'jquery'

1
answer

Problems When passing data via ajax

I have a form where it is validated by jqBootstrapValidation.js, and it is sent to another file, which is the file below: // Contact Form Scripts $(function() { $("#usuariosForm input,#usuariosForm textarea").jqBootstrapValidation({...
asked by 08.05.2017 / 14:36
2
answers

Currency mask with jquery [duplicate]

I need a tag for a field with value, I'm using jquery.maskinput works perfect but I have to type the whole value! What I'm looking for is a mask that fills in automatic "R $ $ var.000,00" For example, if I have a value of 500mil, with ma...
asked by 01.03.2017 / 00:45
3
answers

Add a div by clicking the button

I have a situation here .. I need to add a div with a registration when the user clicks a particular button. The page already starts with the div. PS: I saw some similar answers but it did not help in my case. This is the div I want to add ev...
asked by 29.08.2017 / 20:48
1
answer

Modal with json object

I need to get an image by json to appear in my modal but the modal appears but the image does not Here is my code $("#estoque1").click(function(){ $('#estoqueModal').modal('show'); $(".modal-body").innerHTML += '<img src="...
asked by 16.04.2017 / 03:32
1
answer

href does not execute jQuery and neither function

When I click on the Reply link, the code does not execute, it does not show the jQuery alert or the function, it does not show an error in the console, it does not even execute. $('#post-forum').last().append('<div><a href="#" id="res...
asked by 15.04.2017 / 04:52
1
answer

Dynamic Table with Bootstrap and JQuery- wenzhixin

There is a repository in github, bootstrap-table-examples , which shows a very interesting and dynamic table of be reused. However, for lack of knowledge I could not understand the 100% project. However, it has a code snippet I was very interes...
asked by 14.03.2017 / 18:46
1
answer

Django formset, calculate total with JQuery

I have my order items being displayed with formset, the quantity and price columns are editable. I can not calculate the total after changing the price or quantity. I can identify the value typed by pressing enter, but how could I get the price...
asked by 07.04.2017 / 05:04
2
answers

Set word within toogle

Colleagues, I do not know if my title was clear, but here on the site I got a toogle, but I need to put the word Yes and No inside it. The word Yes I was able to put, but it was almost out of toogle and the word No is not working. I d...
asked by 21.02.2017 / 15:59
1
answer

JavaScript variable error

I have the following javascript code below that the following error occurs    Uncaught ReferenceError: rdIdem is not defined at HTMLInputElement (ff_admin.php? folder = requests / & file = ff_fmins_pedidos & ext = php: 806) at HTMLDocument.di...
asked by 27.03.2017 / 00:35
2
answers

Change the contents of a label of an optgroup when selecting an option in another select

I would like, by clicking, for example in the "10 People" option ... Hechangedthelabelofseveralotherselects,forexample,thisone:"Special Fillings: R $ 10". I would like it, for example, to become "Special Fillings: $ 20". When I chose "30 Peopl...
asked by 10.02.2017 / 17:19