jQuery – ajaxError() Method
The ajaxError() method specifies a function to be run when an AJAX request fails, and should only be attached to the document.
The ajaxError() method specifies a function to be run when an AJAX request fails, and should only be attached to the document.
The ajaxStart() method specifies a function to be run when an AJAX request starts.
The ajaxSend() method specifies a function to run when an AJAX requests is about to be sent., and should only be attached to the document.
The ajaxStop() method specifies a function to run when ALL AJAX requests have completed.
The ajaxSuccess() method specifies a function to be run when an AJAX request is successfully completed, and should only be attached to the document.
The animate() method performs a custom animation on an HTML element, changing one CSS property value to another gradually, creating an animated effect.
The blur event occurs when an HTML element (usually a form field) loses focus.
The append() method inserts specified content (HTML tags, jQuery objects, DOM elements) at the end of the selected elements.
The before() method inserts specified content (HTML tags, jQuery objects, DOM elements) before the selected elements.
The appendTo() method inserts HTML elements at the end of the selected element or elements.
The children() method returns all direct children of the selected element.
The clearQueue() method removes all items from the queue that have not yet started to run. If started, they will run to completion.
The clone() method makes a copy of selected elements, including child nodes, text and attributes.
The contents() method returns all direct children, including text and comment nodes, of the selected element.