Questions tagged as 'jquery'

1
answer

jquery dynamic validate

<div class="pages alert alert-success"> <div class="questoes"> <label><input type="radio" name="rd1"> 1</label> <label><input type="radio" name="rd1"> 2</label> <label...
asked by 19.05.2016 / 01:51
1
answer

Anchor link with js and bootstrap, how to close the menu after clicking?

I'm making a website using boostrap, it's a unique page. When I access the cell and click on some link in the menu of the page it does the scrolling effect to where the anchor is, but the menu remains open, how can I do to when clicking on the m...
asked by 11.07.2016 / 04:20
1
answer

How do I access elements inside a dynamic element with jquery

Good afternoon. I have a question. I use the command load (do jquery) to load a page, and inside it has a form. When this form is processed, it should change the div that is in the same load hierarchy. I'm trying to do this: $("#conteudo...
asked by 23.03.2016 / 20:34
1
answer

Show form in page load

I have a text box that, depending on the number, has a set of form inputs as shown in the following screenshots: TheproblemisthatwhenIenterthepageIhavethe1valueinthetextboxbuttheformdoesnotappeartome,Ihavetogothereandchangethenumbertothatappea...
asked by 23.03.2016 / 19:02
1
answer

Product Search / Price / City (JavaScript / jQuery)

Does anyone know the best language to do this search, I want to click the value and get the value of the product, the city, and the price and put it in the panel just below? table{ border-collapse: collapse !important; } table tr td inp...
asked by 22.03.2016 / 18:07
1
answer

jQuery quantity discount

I have two input one with value and the other with quantity and span for result <input type="text" value="50,00"> <input type="number" value="3"> <span id="resultado"></span> I need the following I can do the multipl...
asked by 26.03.2016 / 00:57
2
answers

Datepicker will not render next months?

We have this example: link . When I click on the month of May, it renders the next 2 months. Can you disable this?     
asked by 24.03.2016 / 21:21
3
answers

How to group equal values with JSON

Using the following code construct a select of options: $(document).ready(function () { var customersSource = { dataType: "json", dataFields: [{ name: 'Estado'},{ name: 'OrderID'}], url: 'cus...
asked by 14.03.2016 / 13:07
1
answer

Display | Scrub a field when selecting data in Select

In this code the select appears with the Cities grouped as desired, but I would like to click on any of the select 'store' options to open in a table below the selected store address only. HTML <div> <select id="cities"></sele...
asked by 14.03.2016 / 15:51
1
answer

Focus on a browser tab with JavaScript

With JavaScript it is possible to focus on a specific browser tab, assuming I know which tab this is? If so, how?     
asked by 15.03.2016 / 15:16