jquery/test/data/iframeTest.js

8 lines
254 B
JavaScript
Raw Normal View History

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 );
};