Questions tagged as 'jquery'

1
answer

SubGrid formatting in IE gets unconfigured

var subgrid_table_id; subgrid_table_id = subgrid_id + "_t"; jQuery("#" + subgrid_id).html("<table id='" + subgrid_table_id + "' class='scroll'></table><div id='paginacaoSub'></div>"); jQuery("#" + subgrid_table_id).jqG...
asked by 30.01.2014 / 17:44
3
answers

How to display a dropdown menu of a button inside a div with overflow: hidden?

I have the following problem: Clicking the dropdown button inside a div with overflow: hidden property opens, but gets cut off. Example: HTML<divclass="scroll"> <div class="out_element"> <div class="btn-group">...
asked by 20.06.2014 / 15:12
1
answer

Error when incrementing value in inputs with same class?

I have a function that creates an input loop depending on the number of parcels inserted by the user and when entering a value in the first it increases by 1 each of the following inputs, so far so good, but if you have entered 10 payments and F...
asked by 04.07.2018 / 21:21
2
answers

Export jQuery DataTables

I have a table and I use DataTables, I'm using the native export functionality and give a hide in the columns my code looks something like this: "buttons": [ 'copy', 'csv', 'excel', 'pdf', 'print', { extend: 'colvis',...
asked by 11.07.2018 / 13:39
2
answers

Font-Awesome icon responsive - How to replace icons when clicked?

So, I'm trying to make those responsive headers that, when clicked, organize the column and change the "little set" up or down. I already have my sorts working, but I still lack the "responsiveness" of the icons. So my problem is: I have t...
asked by 12.07.2018 / 16:53
1
answer

I can not click on the link - jquery

Hello, can anyone help me posted the code also in codepen , I can not click the link and I opened the PDF file, what happens is the div slideUp Thank you very much for your attention! (function($) { $('.pasta').click(function()...
asked by 16.08.2018 / 03:12
1
answer

Modal does not load Style when started automatically

I have a modal that is opened when the application is started, I made the check if it is the first time the user logs on the system through a cookie. The problem is that when the modal is forced to execute, it does not load the style, it follows...
asked by 16.08.2018 / 15:03
1
answer

Querying inserts in the database in real time [duplicate]

There is a table in Mysql that suffers many insertions. The application needs to show these changes to the client. Currently the existing application queries the table every 10 seconds and displays the contents of the table. Is there any way t...
asked by 14.08.2018 / 15:47
2
answers

View neighborhood according to City - CAKEPHP

I'm using cakephp in a real estate project, when I add a real estate the client selects the city, so I need to be listed the list of neighborhoods in this city .... View / add: echo $this->Form->input('cidade', array('label...
asked by 27.02.2014 / 12:57
3
answers

How to save selected items on check coming from bank using AJAX, JQuery and C # MVC?

I have a form that shows me a list coming from the bank in checkbox form. How can I identify which items in the list have been marked in the save? I carry it like this: function CarregaSaida() { $.ajax({ url: "/Qualidade/Entidade/C...
asked by 07.06.2018 / 16:05