Class Index | File Index

Classes


Namespace jQuery.tabulate.error_handlers


Defined in: jquery.tabulate.js.

Namespace Summary
Constructor Attributes Constructor Name and Description
 
Contains any error handlers that are needed by the plugin.
Method Summary
Method Attributes Method Name and Description
<static>  
jQuery.tabulate.error_handlers.ajax(Object, String, Exception)
Handles AJAX request errors.
Namespace Detail
jQuery.tabulate.error_handlers
Contains any error handlers that are needed by the plugin.

These handlers can be overridden by those passed into the plugin.

See:
jQuery.tabulate.$wrapper
jQuery.tabulate.options.error_handlers
Method Detail
<static> jQuery.tabulate.error_handlers.ajax(Object, String, Exception)
Handles AJAX request errors.
Parameters:
Object
xhr The XMLHttpRequest Object
String
status A String describing the type of error that occurred
Exception
error An exception object, if one occurred
See:
jQuery.ajax

Documentation generated by JsDoc Toolkit 2.3.2 on Tue Oct 12 2010 18:20:11 GMT-0700 (PDT)