Valdosta State University

* Returns: string: - type (defaults to 'string' if no type can be detected) * Inputs: string:sData - data we wish to know the type of * Notes: This function makes use of the DataTables plugin objct $.fn.dataTableExt * (.aTypes) such that new types can easily be added. */ function _fnDetectType( sData ) {var aTypes = $.fn.dataTableExt.aTypes; ................
................