Questions tagged as 'jquery'

2
answers

Pass values from a table to a modal dialog (JSP)

Good afternoon everyone! I'm trying to pass values from a table to a modal window, but I'm not getting it ... I've tried something jquery, but I do not know what I might be doing wrong ... I will post the code, which is working, but without chan...
asked by 06.11.2016 / 19:18
1
answer

mascara for hour 24: 00h

Good evening guys. I would like to help you with a problem. I have a field on my form to receive time. But what I found few validate. Most do so: When typing 24:00 turns to 00:00 ... but that's what I want to avoid. In my field I need to put...
asked by 11.10.2016 / 03:31
1
answer

Installment with date, hopping month of February

Good afternoon. I'm studying a little JS and found something interesting that I plan to use. But I noticed that the JS below that generates installments with the expiration dates, skips the month of February. I can not identify where the erro...
asked by 29.09.2016 / 20:47
2
answers

Get click event on jQuery autocomplete value

I'm developing a function in JQuery that uses the Autocomplete component where I search for the company name and change the company name in another field. Example: Field1 (autocomplete) passes information to Field2 when the option that...
asked by 29.09.2016 / 18:50
1
answer

Client Search by Name / Phone / Cpf JavaScript / C #

I have a page that lists the client, and I need to do a search by names, I have the method that does the research the problem and how to integrate it with the front end, looked for examples on the internet but I think my lack of notion let me un...
asked by 26.09.2016 / 15:23
1
answer

How to submit a form with select without submit button?

Good evening, how do I submit a form with select without the submit button? For example, to create a filter that when you select the option it automatically submits the form without having the submit button. My form looks like this: <for...
asked by 22.11.2016 / 21:05
1
answer

Each in date JSON jquery

I'm trying to walk through a array de objetos with jquery I'm doing this: $.getJSON('http://localhost:8000/produtos', function(data) { $(data).each(function (item) { console.log(item); $('.product-sli...
asked by 04.10.2016 / 02:32
1
answer

Display balloon popup on a Label

I would like to display a small message to the user, style those when passing the mouse, if I were not mistaken it would be the attribute    alt="my message" However I'm using asp.net-mvc-5 and I'm finding it difficult to do. My message,...
asked by 11.11.2016 / 20:25
1
answer

Adding HTML to the Integrated Store Footer

Hello everyone! Is that okay? Recently, I started in the middle of the e-market and created my virtual store via Integral Store. I'm trying to make some adjustments to the template that I bought, adapting it to my needs, but I'm new to coding...
asked by 06.09.2016 / 06:36
1
answer

Assign background color in the DIV when sorting in alphabetical order in jQuery

Good evening! I'm trying to build a list as follows: <div> <div>id</div> <div><a id="orderStatus">status</a></div> </div> <div id="container"> <div class="listStatus" style="bac...
asked by 08.11.2016 / 21:31