Posts by darkziul • 101 points
7 posts
-
0
votes2
answers62
viewsA: Angular - Array calling only first item
About such a problem in for, there is return so in the first interaction when arriving at it is finalized the execution of this method. about Ties and iterations From what I understand, I imagine…
-
1
votes2
answers40
viewsA: How to list an Array in a checkbox, breaking by one of the Array items?
by directive *ngFor hint that you are using Angular 2+. Hint to make the controller template (*. html) more autonomous (*. ts): based on your category list template, we have the interface: interface…
-
1
votes3
answers993
viewsA: Remove "disabled" with Javascript
And if we go beyond simple necessity? A (several) suggestion would be: When the Enter in the current <input> we move to the next one and "disable" the disabled, if you have; When there is no…
-
1
votes1
answer367
viewsA: How to always line up for the top one LI
I believe when you say footer that is to say bottom. First, it’s wrong this: <ul class="tabs"> <div id="thePic"></div> </ul> only tag you can have between…
-
0
votes2
answers495
viewsA: How to use Wordpress Media Upload on multiple buttons?
In addition to the option mentioned by brasofilo, another option: $('.definir_imagem_button').on('click',function(e) { e.preventDefault(); var $var_btm= $(this); // <---- referencia var…
-
2
votes2
answers686
viewsA: iterate values in $.each nested Jquery
improved performance[updated]: var i, e, tableTeste = $("table").find("tr td"), ulLi = $(".list-voos").find("li span"); for (var i = 0, e = tableTeste.length; i < e; i++) { var tdValue =…
-
2
votes2
answers226
views