Posts by Programador Inteligente • 19 points
2 posts
-
-1
votes1
answer44
viewsQ: How to send a Javascript array to php and display them?
I can create my javascript array and store the values inside an array called ArmazenaIds ArmazenaIds = new Array(); $('.checkboxs').each(function () { var estadoDoCheck = $(this).prop('checked');…
-
2
votes1
answer76
viewsQ: Checkbox gets bugged MARK ALL -WITHDRAW SELECTION -Special case;
Hello guys my goal is to mark and uncheck checkboxs until then all right look at print: I press to select all and the script selects ALL I click to uncheck it unchecks ALL until then all right. The…