I know how to use $.ajax. I have a Codeigniter project so I just call:
url:\'\',
If you want the request to be synchronous, set async:false. For post, type:POST
async:false
type:POST
Refer http://api.jquery.com/jQuery.ajax/