FirstName=Mickey&LastName=Mouse
$( "form" ).on( "submit", function( event ) { event.preventDefault(); console.log( $( this ).serialize() ); });
Pro tip: use ```triple backticks around text``` to write in code fences