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">...
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...
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',...
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...
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()...
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...
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...
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...
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...