Skip to content

Instantly share code, notes, and snippets.

View xtreme-jesse-malone's full-sized avatar

Jesse Malone xtreme-jesse-malone

View GitHub Profile

Keybase proof

I hereby claim:

  • I am xtreme-jesse-malone on github.
  • I am jmalonepivotal (https://keybase.io/jmalonepivotal) on keybase.
  • I have a public key ASAfxG7k85A0bxydKhShKK6d2mvhdNRGtoqxKWzNHkUKzQo

To claim this, I am signing this object:

Here is a simple jQuery plugin to make a table header fixed on top when window is scrolled.
Using the code from twitter bootstrap documentation page, this code is customized for table header.
Create the table with following layout -
<table class="table-fixed-header">
<thead class="header">
<tr>
<th>Column 1</th>
<th>Column 2</th>
<th>Column 3</th>