This file contains hidden or 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
<script> | |
// self-executing function to protect $ and set it to jQuery | |
(function($, document, window){ | |
// fire when document ready | |
$(document).ready(function(){ | |
// handles the iframes | |
var IframeHandler = { | |
// the iframes | |
iframes : $('.post-content iframe'), | |
// the entry point |