Questions tagged as 'jquery'

1
answer

Error: DataTables warning: table id = datatable-checkbox - Can not reinitialise DataTable - JQUERY

I have the following problem in building a datatable:    DataTables warning: table id = datatable-checkbox - Can not reinitialise   DataTable. For more information about this error, please see    link Well, I tried to use destroy and I d...
asked by 06.10.2017 / 21:39
1
answer

Create id field with CheckBox DataTable Jquery

I have the following datatable: function retorna_cliente() { $(".mostra_clientes .table").dataTable({ "bDestroy": true }).fnDestroy(); $('.mostra_clientes .table').DataTable({ "pageLength": 4, "ajax": { "ur...
asked by 06.10.2017 / 20:08
2
answers

Collapse on bootstrap 4

I want to use the following code in jquery, I do not know if it's right: $( ".card" ).on( "click", "#menu_arrow", function() { $( "div[class|='collapse']" ).removeClass('show'); }); The menus are in a php loop that displayed th...
asked by 06.10.2017 / 23:26
2
answers

Get position of an element

I have for example the following structure <div style="height: 1500px;"> <div id="dv1" style="height: 600px"> conteudo 1 </div> <div id="dv2" style="height: 300px"> conteudo 2 </div>...
asked by 26.10.2017 / 19:13
1
answer

do concatenation in $ .keyframe.define parameters

I have the following function: $.keyframe.define([{ name: 'tocaSlide', tMin : {'margin-left': tempoImagens}, tMax : {'margin-left': tempoImagens}, }]); But I need to insert '%' after the variabl...
asked by 26.10.2017 / 11:40
1
answer

Display bank data when clicking table row

I have a table dynamically populated when the page loads with database data, using php, everything works until then, but by clicking on a row in the table it displays in a side panel the table data plus some extras that are in the bank, how to d...
asked by 18.10.2017 / 14:28
1
answer

Sending Image Uploaded to the Direct Server - HIGHCHARTS

I am using an API called highcharts, in it I generate graphics and I can download images of it in png, I would like to know if there is a way to make when I download this image that same image is in a folder on the server     
asked by 17.10.2017 / 17:19
1
answer

Two numbers do not add, they concatenate

You must already be bald to see problems like this. My problem, I think, is a bit different. I have a method (called transformAccounts) that transforms any type of monetary value to be able to calculate. However, even if I am changing, I can...
asked by 02.10.2017 / 16:18
1
answer

Send data without refresh PHP [closed]

I have a form with n tables involved and needed to leave all the insert in a single file, well this I already have. But I need it to be sent without refresh and for this I am using ajax. Here's the question how to do this in ajax, in a way that...
asked by 27.09.2017 / 19:14
1
answer

Aurelia bindable and jQuery plugins

I'm having a problem with bindable variables and jQuery plugins that manipulate the input value. I tested the following code and found that Aurelia does not listen for changes in values made by $.fn.val : <template> <input id=...
asked by 03.11.2017 / 14:46