PHP Classes

File: assets/js/datatables/unit_testing/tests_onhold/1_dom/fnFilter.js

Recommend this page to a friend!
  Classes of Tran Tuan   Pretty PHP S3 Files Manager   assets/js/datatables/unit_testing/tests_onhold/1_dom/fnFilter.js   Download  
File: assets/js/datatables/unit_testing/tests_onhold/1_dom/fnFilter.js
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: Pretty PHP S3 Files Manager
Web based interface to manage files in Amazon S3
Author: By
Last change:
Date: 8 years ago
Size: 402 bytes
 

Contents

Class file image Download
// DATA_TEMPLATE: dom_data oTest.fnStart( "fnFilter" ); $(document).ready( function () { /* Check the default */ var oTable = $('#example').dataTable(); oTable.fnFilter(1); oTest.fnTest( "Filtering with a non-string input is valid", null, function () { return $('#example_info').html() == "Showing 1 to 10 of 32 entries (filtered from 57 total entries)"; } ); oTest.fnComplete(); } );