How do i call a JQuery plugin function from within an iframe?
(function($){
$.fn.jqueryEx = function() {
function CallThisFunctionFromIframe(){
}
}
})(jQuery);
Edit
The iframe is on the same domain as parent document.
Call this from within the iframe