Here\'s the scenario, I have events happening from within an iframe and up until now everything is working well. I just ran into the problem where I want to dispatch an event fr
Try this in the iframe js code
var parentWin = $( window.parent.document.body ); jQuery.event.trigger('eventName', parentWin.data(), parentWin );