jquery/test/data/iframeTest.js
2016-04-11 13:32:51 -04:00

9 lines
255 B
JavaScript

window.startIframeTest = function() {
var args = Array.prototype.slice.call( arguments );
// Note: jQuery may be undefined if page did not load it
args.unshift( window.jQuery, window, document );
window.parent.iframeCallback.apply( null, args );
};