question about Ajaxsetup()
If I use ajaxSetup to setup an predefined ajax options before every ajax() call. Then when I use ajax, I would change some options, such as timeout, error event, async, on ajax(). Will those changed options will be inherited by further ajax()'s. Thank you very much!