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

Contents of /misc/horsensspejder-web/jquery/DataTables-1.9.4/media/unit_testing/tests_onhold/1_dom/2530-2.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: 332 byte(s)
initial import
1 // DATA_TEMPLATE: dom_data
2 oTest.fnStart( "User given with is left when no scrolling" );
3
4 $(document).ready( function () {
5 $('#example')[0].style.width = "80%";
6 $('#example').dataTable();
7
8 oTest.fnTest(
9 "Check user width is left",
10 null,
11 function () { return $('#example').width() == 640; }
12 );
13
14 oTest.fnComplete();
15 } );

Properties

Name Value
svn:executable *

  ViewVC Help
Powered by ViewVC 1.1.20