I can't seem to find documentation on the additional parameters of the jQuery selectors. I've searched the jQuery site and Google, but can't find this information. A link to the page would be helpful.
On Nov 6, 6:25 pm, jquertil <[EMAIL PROTECTED]> wrote: > sorry I dont really understand your question, but inter-frame actions > work something like this: > > $('#button').click(function(){ > $("#divInParentFrame",top.document).remove(); > }); > > read up on jquery's selectors and additional parameters, its all in > the documentation. notice the comma after the element selector, that's > where you address the frame to which you want to talk to