Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- /* Stuk tussen. */
- var amount = $('input[name="amountoff[]"]').map(function(){return $(this).val();}).get();
- var job = $('input[name="job[]"]').map(function(){return $(this).val();}).get();
- var priceunit = $('input[name="priceoff[]"]').map(function(){return $(this).val();}).get();
- var total = $('input[name="totaal[]"]').map(function(){return $(this).val();}).get();
- // 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