Dear Peter Stoev
I tried the first example you gave. I put javascript breakpoints at the lines :
BR1-
$("input").click(function () {
BR2
$.ajax({
When I submit my form by clicking “submit”, the script stops at BR1 but it never goes inside the function and my understanding is that it never POST any data ;-(