How to select an element in a frame (not iframe)?
I have a web page which has a frame which is inside an iframe? Everything is created dynamically using a third party control. All pages are in the same domain and server.
How do I select an element which is in the frame?
I like to use a syntax which doesn't use a target context because I couldn't find a way to get a context to the frame. I don't want to use $('elementid',context to frame) method but instead a full jQuery selector to the element in the frame starting from the top.