Class Index | File Index

Classes


Namespace jQuery.fn

Holds functions for the jQuery library.
Defined in: jquery.tabulate.js.

Namespace Summary
Constructor Attributes Constructor Name and Description
 
The namespace for functions defined within the jQuery library.
Method Summary
Method Attributes Method Name and Description
<static>  
jQuery.fn.tabulate(options)
The jQuery.tabulate plugin.
Namespace Detail
jQuery.fn
The namespace for functions defined within the jQuery library.
See:
jQuery
Method Detail
<static> {jQuery} jQuery.fn.tabulate(options)
The jQuery.tabulate plugin.

Tabulate is a jQuery plugin that takes arbitrary data, divides it into rows and columns, then builds a table around it. It is meant to be very flexible and extensible and is purposely vague in some areas to accommodate these goals.

$('#element').tabulate({...});
Parameters:
{object} options
An object containing default option overrides.
Returns:
{jQuery} The jQuery object that was passed to this function.

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