Questions tagged as 'jquery'

1
answer

Can you disable the animation of a Charts.js chart?

   How to disable an animation of a Charts.js chart?   I'm putting together a graph that updates every 300 milliseconds via ajax, but the Charts.js chart animation disrupts the view. the chart assembly code: function montaGrafico(report_o...
asked by 14.08.2017 / 15:22
3
answers

Form.serialize () does not work

I'm developing an application in which I have multiple tables and dialogs using form.serialize() , but that particular one is not working and I can not find the reason. Form: <form id="formDialogOrdemServicoBuscaTopo">...
asked by 06.12.2014 / 12:22
2
answers

Opening dialog () not working

Well, somehow I've made some changes to my code, that is to say instead of using table I'm using a% list_html hierarchy. The code in fiddle is exactly the same as my code inside the system (with the difference that the li are...
asked by 10.12.2014 / 20:22
1
answer

How to verify without inside a #id has a .class?

It has a top #header that adds the class .hide-bar when scrolling but when returning to the top, that class disappears. How to check with jQuery if class is present in this id or not? I need this check to disapp...
asked by 13.12.2014 / 14:42
2
answers

input value with 'find' does not work

I have a list that dynamically incremented with the append of jquery, the list goes something like this: $("#questoes").append( '<li class="questao" data-id="'+questao+'">'+ '<div class="row testes">'+...
asked by 12.11.2017 / 00:34
1
answer

Return the result with comma after checking or unchecking the values of checkboxes

I know that the replace exists but I can not apply for the total to be displayed with commas after checking or unchecking the checkboxes. $(function(){ total = document.getElementById('total'); $(document.getElementsByName('choice'))...
asked by 19.06.2017 / 13:24
2
answers

How do I get the value of the i-tag ID?

I have the following DIVS: <div id="img_btn2"><a href="#modal1" class="modal-trigger btn-flat"><i class="material-icons icone_branco">alarm</i></a></div> <div id="img_btn"><i id="img_lamp1" clas...
asked by 15.06.2017 / 21:48
1
answer

Traverse all rows of a table Html and hide if any column 5 is empty

I do not have advanced jquery knowledge and I need to go through all the rows of a html table and hide the entire Line if the column from 5 JUS) is empty and refresh the sequence numbering of the first Id column, eg: I want to hide the...
asked by 17.06.2017 / 15:33
1
answer

How to keep the rotation of the images, even with mouse hover?

My images from the main screen of the site change after 5 seconds using fade effect, but when we stop the mouse on the screen, they stop rotating. Here's some code snippet: <li data-transition="fade" data-slotamount="7" data-masterspee...
asked by 21.06.2017 / 22:00
2
answers

Get TD value when clicking table

I have a table HTML horizontal, where I want to get the value of TD (time) when clicking on the line. Here's an image to try to illustrate better. Byclickingonthe07:00hourlineforexample,openamodaltoregistertheeventatthetimeyouc...
asked by 10.07.2017 / 01:35