1👍
That should be:
$( "#somebutton" ).click(
testpost();
);
And the url
in your ajax call is also wrong.
Source:stackexchange.com
1👍
That should be:
$( "#somebutton" ).click(
testpost();
);
And the url
in your ajax call is also wrong.