Questions tagged as 'javascript'

1
answer

Calculation with comma in Javascript

I am redoing an agricultural benchmarking system and am finding it difficult to perform some calculations, I first prepared input´s to receive only números , then formatted them to receive a vírgula and a decimal place when r...
asked by 16.05.2017 / 19:57
3
answers

How do I reload only in modal window? [closed]

I'm using modal Bootstrap and wanted to close and open the new modal information to be reset. I have form within modal, containing select , textarea , input . But when opening the modal of the bottom line, if the user...
asked by 17.05.2017 / 04:54
2
answers

Sometimes jquery does not work

I have a button on a page that calls an API. The button allows you to follow a user or stop following. Clicking the button changes a label that is next to the button and the symbol on the button. The problem is that sometimes everything wo...
asked by 16.05.2017 / 18:31
3
answers

Mount html structure with ajax array result?

I would like the following structure for my page: <div id="ProdutosSeller" class="col-md-3 col-sm-6 hero-feature"> <div class="thumbnail"> <img src="imagem" alt=""> <div class="c...
asked by 18.05.2017 / 15:51
1
answer

Kendo UI Scheduler [closed]

Implemented the Kendo UI Scheduler template (calendar / calendar) in my ASP.NET MVC project, but I'm having problems with the pop-ups. For example: The popup does not close itself when you click on "save", for example. Or when I click on the "X"...
asked by 16.05.2017 / 16:06
2
answers

Access biometric reader on client side - ASP.NET MVC - WEBFORMS

Galera, I developed an ASP.NET MVC application, using a webforms page, in which it is called inside an MVC page. Because only from it I was able to load the DLLs of the SDK, to send requests to a biometric reader, to capture and to authentica...
asked by 15.05.2017 / 01:32
1
answer

Google charts with code in body for request

Have you ever used goolecharts? I can only do the plot if he is in the head, how do I get his code to stay in the body? I want to plot via a request     
asked by 16.05.2017 / 13:51
1
answer

How to get the id of each link in the click? Only the first id comes

How do I get data-id of all links? Only the first one is coming, repeated. [![$("#filmeItem").on("keyup focusin", function (e) { $('.livesearchItem').fadeIn('1000'); e.preventDefault(); var busca = $('#filmeItem'...
asked by 05.04.2017 / 18:24
1
answer

How can I not enter more than 10 characters with WYSIWYG?

Follow the code: Html: <textarea id="summernote">Escrever aqui</textarea> <h5 id="limite_vermelho" style="text-align:right;color:red"></h5> <h5 id="limite_normal" style="text-align:right"></h5> JS:...
asked by 05.04.2017 / 00:53
2
answers

Close modal when page refreshes after an INSERT

I searched all corners of the internet but could not find anything like my problem. I have a registration form that after doing the INSERT in the database shows a modal window and inside it a success or error message along with an "OK" button. T...
asked by 05.04.2017 / 19:20