Questions tagged as 'jquery'

1
answer

Overlapping graphs

I need to make a chart like this But I did not find anything that could help me. Does anyone have a solution for this?     
asked by 24.10.2016 / 18:19
1
answer

Can you pass the function name as a parameter?

I am breaking my head here for a solution whose is to pass names of functions as parameters to be executed. I have the ShowModal function in which its purpose is to call other functions and objects. How can I name the function for it t...
asked by 09.09.2016 / 00:20
1
answer

Ajax Polling shared between tabs

First of all, I need to inform the current situation. I have a website, there is a polling ajax, which makes requests every 5 seconds for notifications and the like. The entire site is supported by two servers, one for NGINX and one for My...
asked by 01.09.2016 / 15:58
1
answer

Remove last jSON item with jQuery

I have the json messe format: { "indice1":['nome1', 'nome2'], "indice2":['nome1', 'nome2', 'nome3'] } What I want is when the user clicks the delete button it deletes the last item from json. In the case of jSON above it would exclude no...
asked by 08.09.2016 / 05:03
1
answer

How to filter html text and display div as found text

Save list! I need some help here I have the following tags in the html: <html> <body> <div id="div01" style="display: none"> <p> esse texto está aqui para ser pesquisado.</p> <p> esse outro texto...
asked by 06.08.2016 / 00:38
4
answers

Run command Ctrl + V "paste" with mouse click inside an input

Hello friends is it possible with a mouse click to execute the command Ctrl + v "paste" into an input with jquery? I already have a script that copies everything inside the input. now I need another one that when I click on another input past...
asked by 28.09.2016 / 02:27
1
answer

Verify that the contents of the div loaded

Is it possible to know if the content within div loaded with jquery ? Same as body . I want to make a visual effect of the type where a loading image appears and only after the post inside the div loads completely...
asked by 15.01.2017 / 06:45
1
answer

Help to subtract 2 results

Hello, I'm not sure what to do, but I do not know what to do. <script src="jquery_somar.js"></script> <!-- 1 Soma das Entradas --> Soma das Entradas <div class="Entradas">100,00</div> <div class="Entradas...
asked by 14.08.2016 / 15:52
1
answer

Remove Row DataTable by ID

Is it possible to remove a row from the datatable by id? I have a confirmation mode asking if the user wants to delete. If you click yes, it calls a delete function. $('#confirm-delete').on('show.bs.modal', function(e) { var data = $(e.rel...
asked by 26.08.2016 / 15:27
1
answer

How to upload image to the Ckeditor interface?

I built a small blog with the help of the Laravel 5.3 framework . In the posting area I'm using Ckeditor , but I'm having trouble building an efficient "upload method / scheme". There are many plugins from Ckeditor itself for this purpose,...
asked by 13.11.2016 / 03:41