/[projects]/misc/horsensspejder-web/jquery/DataTables-1.9.4/media/unit_testing/tests_onhold/1_dom/2512.js
ViewVC logotype

Contents of /misc/horsensspejder-web/jquery/DataTables-1.9.4/media/unit_testing/tests_onhold/1_dom/2512.js

Parent Directory Parent Directory | Revision Log Revision Log


Revision 2125 - (show annotations) (download) (as text)
Wed Mar 12 19:30:05 2014 UTC (10 years, 3 months ago) by torben
File MIME type: application/javascript
File size: 374 byte(s)
initial import
1 // DATA_TEMPLATE: 2512
2 oTest.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 } );

Properties

Name Value
svn:executable *

  ViewVC Help
Powered by ViewVC 1.1.20