Posts by yago • 11 points
2 posts
-
-1
votes2
answers203
viewsA: How to remove button with one click using jQuery
I used the following jquery function: //function that added Hidden in the field I wanted it to disappear $("#add"). addClass("Hidden") add is the shortcut to locate the field and add the Hidden in…
-
0
votes2
answers203
viewsQ: How to remove button with one click using jQuery
I have the following button on the page: <div class="col-xs-12 col-sm-2" > <div class=""> <a class="btn btn-info btn-sm btn-raised marginRight10" id="adicionar"…