Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
$ .ajaxSetup()を呼び出して、いくつかのパラメーターを設定しました。
後で、特定の設定の値(タイムアウトなど)を取得したいと思います。
それを取得することは可能ですか?
はい、次のことができます
$.ajaxSetup()['timeout']
AjaxSetupはオブジェクトを返し、そこから任意のプロパティ(タイムアウトやキャッシュなど)を照会できます。