Difference between revisions of "Template:Floating table headers"

From BroaDWcast
Jump to navigationJump to search
(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...")
 
 
(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>

Latest revision as of 18:34, 31 March 2012


load [1] instructions at [2]