Вход Регистрация
Файл: Main Website Files/assets/bower_components/datatables-plugins/sorting/percent.js
Строк: 37
<?php
/**
 * Sort numeric data which has a percent sign with it.
 *
 * DataTables 1.10+ has percentage data type detection and sorting abilities
 * built-in. As such this plug-in is marked as deprecated, but might be useful
 * when working with old versions of DataTables.
 * 
 *  @name Percentage
 *  @summary Sort numeric data with a postfixed percentage symbol
 *  @deprecated
 *  @author [Jonathan Romley](http://jonathanromley.org/)
 *
 *  @example
 *    $('#example').dataTable( {
 *       columnDefs: [
 *         { type: 'percent', targets: 0 }
 *       ]
 *    } );
 */

jQuery.extendjQuery.fn.dataTableExt.oSort, {
    
"percent-pre": function ( ) {
        var 
= (== "-") ? a.replace( /%/, "" );
        return 
parseFloat);
    },

    
"percent-asc": function ( a) {
        return ((
b) ? -: ((b) ? 0));
    },

    
"percent-desc": function ( a) {
        return ((
b) ? : ((b) ? -0));
    }
} );
?>
Онлайн: 1
Реклама