jQuery Tutorial Tutorials - jQuery .error() method

jQuery .error() method

The .error() method in jQuery is used to bind an event handler to the "error" JavaScript event.

This method is deprecated. Use .on( "error", handler ) instead.

jQuery .error() method Syntax

.error(handler)
.error([eventData],handler)
Date:2019-08-26 14:21:01 From:www.Lautturi.com author:Lautturi