You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
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 );
|
|
};
|