Questions tagged as 'jquery'

2
answers

load a specific form according to the radio button selected

Assuming I have two options at the beginning of a form, option A and option B <label>SELECIONE UMA OPÇÃO</label> <form> <label><input value="A" name="opcao" type="radio">opcao A</label> <label><...
asked by 09.10.2014 / 22:30
1
answer

How to get X and Y points in a Div?

I'm trying to create the following frame AndIwanttodrawalinebetweeneachoneofthem,thatway I think it's taking the X and Y axis, how do I do that?     
asked by 19.07.2014 / 02:23
3
answers

Stop scroll menu in a certain resolution

I have a menu that goes down along with the scroll. I used Jquery to add css attributes for this to occur. I do not want this to happen when the site has less than 768px of width. So let it be stopped Media queries did not help me resolve bec...
asked by 09.02.2015 / 14:17
2
answers

help with form calculation

My first problem is that I have a select id "t4" that is multiplied by the input disc4a so everything works fine but I have to limit the result according to the value of select eg if I select 0.50 and type in any input number this result can not...
asked by 22.02.2015 / 17:30
1
answer

Validation jquery validate does not go away when I close the modal bootstrap

How do I validate jQuery validate messages when I close the modal Bootstrap? I have the following codes that run when I close the modal by clicking the Fechar button and when I click on the mask. When I reopen the modal Bootstrap t...
asked by 06.05.2014 / 21:10
1
answer

Show options to customize budget

I need to show the user the ability to customize a budget, but I'm not able to show the options, it works only the first one, I'm using this code within a while php. What I have is this: HTML <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1...
asked by 14.05.2014 / 19:55
2
answers

Keep tab in jquery javascript when giving refresh on page [duplicate]

Hello, I have the following doubt, I have a system of tabs in javascript but whenever I select a tab and refresh the page it automatically goes back to the first one which is bad because I intend to put buttons that work with get, anyway I can...
asked by 18.10.2018 / 14:38
1
answer

Synchronization in two ajax

How can I merge these two ajax into one? I'm doing a shopping cart that when I click the button to add in the cart, it appears in the div class = car_discount the number of items added and in the class div = result_company_selected_id a confi...
asked by 22.08.2018 / 13:48
2
answers

how to access the array of classes with jQuery? Catching the second class of an element

I'm listing the icons of a list in console.log() they are displayed, however I want to capture only the second classes of the icons in a variable, but I do not know how to access the second classes of the <i> tag with jQuery....
asked by 24.07.2018 / 01:01
1
answer

Change the values of the "name" attributes of subsequent html inputs / selects?

I happen to have the following situation, in my HTML I own the structure this way: <div class="form-row mt-3"> <select name="produto0" class="form-control{{ $errors->has('produtos') ? ' is-invalid' : '' }}"> @foreach(...
asked by 04.12.2018 / 13:39