What is the purpose of ajax setting up cache and global? Ask for advice

will browsers cache if ajax sets cache to false, and will browser caches be solved by adding a timestamp if they don"t know how to cache? What is the purpose of ajax setting the global property?

Mar.24,2021

is set to false without caching, and there is no need to set timestamps. Setting global can be used to control global events of ajax. Default is true.. With these event handlers such as ajaxComplete (), ajaxError (), each ajax will trigger these events. You can register these events and control the callback functions such as successful delivery, request errors, etc., before the ajax is sent.

MySQL Query : SELECT * FROM `codeshelper`.`v9_news` WHERE status=99 AND catid='6' ORDER BY rand() LIMIT 5
MySQL Error : Disk full (/tmp/#sql-temptable-64f5-1b318ce-4032f.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
MySQL Errno : 1021
Message : Disk full (/tmp/#sql-temptable-64f5-1b318ce-4032f.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
Need Help?