Skip to content

Instantly share code, notes, and snippets.

@revelt
Created January 27, 2015 07:41
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save revelt/9ff2d3cb96f69fe119e7 to your computer and use it in GitHub Desktop.
Save revelt/9ff2d3cb96f69fe119e7 to your computer and use it in GitHub Desktop.
//for example rrDivideCols
//#1:
rrDivideCols();
//#2:
$(window).bind('load', function() {
rrDivideCols();
});
//#3:
$(window).bind('resize orientationchange', function() {
rrDivideCols();
});
//referenced matchHeight.js
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment