Skip to content

Instantly share code, notes, and snippets.

@yitwail
yitwail / custom.js
Created November 17, 2013 22:42
changes to js/custom.js for iPad dropdown menu support
// 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($) {