Questions tagged as 'jquery'

1
answer

Checkbox gets bugged MARK ALL -RETIRATE SELECTION -Special event;

Hello everyone, my goal is to check and uncheck the checkboxes until then, all right look at the print: I press to select all and the script selects ALL I click to unmark it uncheck ALL until everything is right. The PROBLEM is that if...
asked by 18.11.2017 / 21:31
1
answer

added text with append does not respect div

I have a list that its elements are added with the jquery append and the added text does not respect div and nor list boundaries: css:#list_arquivos{list-style:none;}#list_arquivos.arquivo{display:inline-block;margin-left:20px;margin-bottom:...
asked by 10.12.2017 / 23:39
2
answers

maskMoney does not work in input inside table

Here I call the mask using class $(function($){ $(".dinheiro").maskMoney(); }); In the form's input it works normal, but inside table does not work. function addProd(obj) { $('#add_prod').val(''); var id = $(obj).attr('data-id'); var...
asked by 30.11.2017 / 03:53
2
answers

Update with ajax in laravel

I have a project in Laravel and I want to make it when the user type something in the text field, when taking the focus of the field it makes a ajax request to the server to update the information. However I am getting the followin...
asked by 10.02.2018 / 18:46
1
answer

Close read when clicking next

I have the following ul > li <ul class="list-group no-radius no-border" id="mails-list"> <?php foreach($lista as $valor){ ?> <!-- mail in mails --> <li class="list-group-item <?php if($valor->men_statu...
asked by 05.11.2017 / 21:58
1
answer

Api for organizing files similar to tree structure

I'm developing a meeting module, which contains schedule management, the schedules are organized as follows: 1. pauta c 1.1.pauta x 2. pauta v 2.1. pauta b 2.1.1. pauta y Each staff of this is a record in the database. I tried...
asked by 06.11.2017 / 00:30
1
answer

Append data-slb-group="slb"

I have several images and I'm trying to use AppendTo of jquery, but I'm not getting <a href="image1.jpg" data-slb-active="1" data-slb-asset="1947037253" data-slb-internal="0" data-slb-group="slb"> <img class="align...
asked by 05.11.2017 / 17:46
1
answer

Searching for the next table after a clicked element

Hello, I'm trying to fill in the next table closest to the clicked button, but I'm not getting it. It's important to be the next soon after, as there are several tables with the same class, can you help me? Here's the javascript: $(".bt...
asked by 08.11.2017 / 01:02
1
answer

Decision structure, how to know which one to use?

About good logic practice: I have a DropDownList with 8 values and depending on what is selected it will add / remove components of a page html , where they are handled via jQuery Now my question is, what would be the best w...
asked by 08.02.2018 / 18:53
1
answer

Bootstrap DatePicker in mm / yyyy format set maximum date

I'm using Bootstrap DatePicker in mm / yyyy format, but I'm having trouble setting the longest possible date. TheCodelookslikethis:$('#mesVigencia').datepicker({format:"mm/yyyy", startView: "months", minViewMode: "months", language...
asked by 20.10.2017 / 14:41