Difference between revisions of "Template:Floating table headers"
From BroaDWcast
Jump to navigationJump to searchJohn Lavalie (talk | contribs) (Created page with "var floating_header = function() { this.header = document.createElement('table'); this.header_height = 0; this.getkeys = function(obj) { var keys = new Array(); for ( v...") |
John Lavalie (talk | contribs) |
||
| (3 intermediate revisions by the same user not shown) | |||
| Line 1: | Line 1: | ||
| + | <includeonly> | ||
| + | <script type="text/javascript"> | ||
var floating_header = function() { | var floating_header = function() { | ||
| Line 141: | Line 143: | ||
}; | }; | ||
floating_header(); | floating_header(); | ||
| + | </script> | ||
| + | </includeonly> | ||
| + | <noinclude> | ||
| + | load [http://www.mediawiki.org/wiki/Extension:WikiScript] | ||
| + | instructions at [http://code.google.com/p/js-floating-table-headers/wiki/Usage] | ||
| + | </noinclude> | ||