tadam logo
Did you find an error in the text?
Select this with mouse and press
Ctrl + Enter
Xhtml.co.il Check Spelling
Orphus system

jQuery.error

jQuery.error( message )

Description: Takes a string and throws an exception containing it.

jQuery.error( message )

version added: 1.4.1
message
The message to send out.

This method exists primarily for plugin developers who wish to override it and provide a better display (or more information) for the error messages.

Example

Override jQuery.error for display in Firebug.
jQuery.error = console.error;
Was this information helpful?
   

Comments