Free cookie consent management tool by TermsFeed Policy Generator

source: branches/WebApplication/MVC2/HeuristicLabWeb.PluginHost/HLWebPluginHost/Content/jQuery/jQueryPlugins/DataTables-1.7.6/media/unit_testing/tests_onhold/1_dom/2512.js @ 6286

Last change on this file since 6286 was 6286, checked in by dkahn, 13 years ago

#1198 Added jQuery plus plugins

File size: 374 bytes
Line 
1// DATA_TEMPLATE: 2512
2oTest.fnStart( "Check filtering with BR and HTML entity" );
3
4
5$(document).ready( function () {
6  $('#example').dataTable();
7 
8  /* Basic checks */
9  oTest.fnTest(
10    "Check filtering",
11    function () { $('#example').dataTable().fnFilter('testsearchstring'); },
12    function () { return $('#example tbody tr').length == 1; }
13  );
14 
15 
16  oTest.fnComplete();
17} );
Note: See TracBrowser for help on using the repository browser.