Skip to content

Instantly share code, notes, and snippets.

@billerickson
Created July 7, 2014 13:45
Show Gist options
  • Save billerickson/de25040125335751301e to your computer and use it in GitHub Desktop.
Save billerickson/de25040125335751301e to your computer and use it in GitHub Desktop.
jQuery(document).ready(function($){
// FitVids
$('.entry-content').fitVids();
// Equal Heights
// -- Content/Sidebar
$('.content-sidebar-wrap').data('equalizer');
$('.content-sidebar-wrap > .content').data('equalizer-watch');
$('.content-sidebar-wrap > .sidebar').data('equalizer-watch');
// -- Footer
$('.footer-widgets').data('equalizer');
$('.footer-widgets .widget-area').data('equalizer-watch');
$(document).foundation();
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment