$("#param").submit(function(event) { $.post({ url, $("#param").serialize(), data: "xml", success: showParameter } ); return false; });