window.parent.frames[0].document
window.parent.theFrameID.document // which is more verbose
$('#test', window.parent.theFrameID.document).val('this is a test');
Reference:
http://stackoverflow.com/questions/539504/run-jquery-in-the-context-of-another-frame
Thursday, September 8, 2011
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment