[jQuery] Calling an iframe's javascript function

[jQuery] Calling an iframe's javascript function

Is there a way to implement this JavaScript commmand through JQuery?
document.getElementById('iframeid').contentWindow.myFunc();
Thanks!