Hi I can't seems to find this anywhere.
Basically in my iframe there is a $(".submit").live("click", function( ) event which I need to trigger this from the parent window. Is this possible?
I tried alot of methods but can't get it to work:
$("#iframe")[0].contentWindow.$.fn.(".submit").trigger("click");
$("#iframe").contentDocument.$('.submit').click()
window.frames["userFrame"].contentWindow.$(".submit").trigger("click");
Any help greatly appreciated.









Bookmarks