[jQuery] Re: How do I trigger the click event on a button in another frame?

2007-04-12 Thread Daemach
Actually, click with no arguments does trigger the event. I'm not sure what you mean by different contexts - they are loaded from the same site. Another interesting thing is that if I do: var mainFrame = parent.frames[mainFrame].document; (from inside of one of the frames)

[jQuery] Re: How do I trigger the click event on a button in another frame?

2007-04-12 Thread Jeffrey Kretz
Well I'll be durned. I wonder if that's a change from earlier versions or if I just missed it originally. If both frames are from the same site, I don't know if a reason why that should fail. Does this return the DOM element in question? $('input:[EMAIL