I have a simple jquery code to send a content in a jQuery modal window with ajax! everything is working without any problem. in normal, after clicking on the send button, af
you can use $.ajax() instead of $.post(), and add a beforeSend function
$.ajax()
$.post()
beforeSend