Skip to content

Commit

Permalink
include how its called
Browse files Browse the repository at this point in the history
  • Loading branch information
davist11 committed Sep 1, 2012
1 parent c412d8a commit 6407ed1
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions jquery.stickem.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,15 @@
/**
* @name jQuery Stick 'em
* @author Trevor Davis
$('div[role="main"]').imagesLoaded(function() {
var $this = $(this);
$this.find('.stickem').stickem({
offset: 75
});
});
*/
;(function($, window, document, undefined) {

Expand Down

0 comments on commit 6407ed1

Please sign in to comment.