This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// apply fitvids functionality to .entry-content div | |
// https://github.com/davatron5000/FitVids.js | |
jQuery(document).ready(function($) { | |
$(".entry-content").fitVids(); | |
}); | |
// modified version of flexnav, does not have drop down functionality | |
// https://github.com/indyplanets/flexnav | |
// http://webdeveloper2.com/2011/06/trigger-javascript-on-css3-media-query-change/ | |
jQuery(document).ready(function($) { |