[jQuery] Inserting info into opening doc

[jQuery] Inserting info into opening doc

With plain javascript I can do this from a child window:
opener.document.getElementById("resumemessage").innerHTML = "Resume uploaded
" + filename;
What I'd like to do with jquery is
$('opener.#resumemessage).load(myprocesspage.lasso, {pageID: 25});
Is this possible? What is the right syntax?
_______________________________________________
jQuery mailing list
discuss@jquery.com
http://jquery.com/discuss/