Posts by Lucas Monteiro • 24 points
2 posts
-
-1
votes2
answers820
viewsA: How to select items from a list and fill another div with selected items using Jquery?
<!DOCTYPE html> <html> <head> <title></title> <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script> <script…
-
1
votes2
answers336
viewsA: How to update records marked with checkbox at a while
<?php $linha = []; $linha[1] = array("id" => 1, 'field' => "valor", 'field2' => "valor2"); $linha[2] = array("id" => 2, 'field' => "valor", 'field2' => "valor2"); $linha[3] =…