The jQuery.fn namespace used to register plugins with jQuery.
        
        
        
    
    Methods
(static) footable(optionsopt, readyopt) → {jQuery}
    The jQuery plugin initializer.
    Parameters:
| Name | Type | Attributes | Description | 
|---|---|---|---|
options | 
            
            object | FooTable.Defaults | 
                
                    <optional> | 
            
            
            The options to initialize the plugin with. | 
ready | 
            
            function | 
                
                    <optional> | 
            
            
            A callback function to execute for each initialized plugin. | 
Returns:
- Type
 - jQuery