<button id="1a" type="button">Click here</button>
var testobject={'element1':1, 'element2':2} $(document).ready(function() { $("#123456").click(function(event){ $.post( "test.php", testobject ); }); });
var
This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)