jQuery callbacks.lock() Method
The callbacks.lock() method in jQuery is used to lock a callback list in the state. Syntax:callbacks.lock()Return Value: This method returns the callback object to which it is attached. Example 1:This example first adds and fires the function, then locks the callbacks list, and then again adds and f