jQuery.debug.warn()
Categories: Core
jQuery.debug.warn( message )
Description: Takes a string and throws a warning containing it.
-
jQuery.debug.warn( message )
version added: 1.0message The message to send out.
This method exists primarily for developers who needs additional debug information.
-
Throw a simple warning.
Code:
jQuery.debug.warn('Deprecated: This method will removed in the near future.');