Skip to content

Commit

Permalink
Added a link to my presentation about the code that I gave at the Sep…
Browse files Browse the repository at this point in the history
…tember DC jQuery meetup.
  • Loading branch information
kingkool68 committed Sep 28, 2011
1 parent 0d35f66 commit a4b7c62
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
stickyHeader.js makes table headers stick to the top of the viewport when scrolling down long HTML data tables.
stickyHeader.js makes table headers stick to the top of the viewport when scrolling down long HTML data tables. Slides for the presentation I gave at the September DC jQuery Meetup can be found at http://www.slideshare.net/kingkool68/stickyheaderjs

Versions for
* jQuery
Expand All @@ -11,7 +11,7 @@ To get started just include:
* The two CSS rules to your stylesheet
* class="stickyHeader" to any table that you want to have a stickyHeader

== CSS Rules ==
== CSS Rules

.hide {
display:none;
Expand All @@ -22,6 +22,6 @@ div.stickyHeader {
_position:absolute;
}

== Demos ==
== Demos
* http://dev.kingkool68.com/stickyHeader/
* http://features.pewforum.org/muslim-population/?sort=Pop1990&order=ASC

0 comments on commit a4b7c62

Please sign in to comment.