Ajax
English [ˈeɪˌdʒæks] American [ˈeˌdʒæks]
n. The full name is "Asynchronous JavaScript and XML" (asynchronous JavaScript and XML); refers to a A web development technology for creating interactive web applications. ;Ajax copper-tin-lead bearing alloy, Ajax explosives
start
UK[stɑ:t] US[stɑ:rt]
n.Start; set off; start; starting point
vt.& vi. Set off, set off
vt.Start; raise (question); start; start
vi .Start; appear suddenly; suddenly jump up; suddenly surge out
ajax ajaxStart() method syntax
Function:ajaxStart() method executes the function before the AJAX request is sent. It is an Ajax event.
Syntax:.ajaxStart(function())
Description:Whenever an Ajax request is sent, jQuery will check whether There are other Ajax requests. If it doesn't exist, jQuery fires the ajaxStart event. At this point, any functions registered by the .ajaxStart() method will be executed.
Parameters:
Parameter | Description |
function () | Specifies the function to be run when an AJAX request starts. |