Guest User

Untitled

a guest
Jan 25th, 2016
86
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. /* Stuk tussen. */
  2.     var amount = $('input[name="amountoff[]"]').map(function(){return $(this).val();}).get();
  3.     var job = $('input[name="job[]"]').map(function(){return $(this).val();}).get();
  4.     var priceunit = $('input[name="priceoff[]"]').map(function(){return $(this).val();}).get();
  5.     var total = $('input[name="totaal[]"]').map(function(){return $(this).val();}).get();
  6. // Vanaf hier worden nog meer 'normale' inputs in variabele gezet en doorgestuurd naar invoice.handler.php
Advertisement
Add Comment
Please, Sign In to add comment