You can use it using the function contents() . For example if you want to hide an element inside an iframe:
$('#iframeID').contents().find('#innerElementID').hide(); Piyush --- http://piyush.goel.googlepage.com/ On Apr 29, 8:38 am, Teonator <[EMAIL PROTECTED]> wrote: > Hi, > > Let say I have page A with an iframe (# ifrmContent) where its src is > page B. The page B have a checkbox (# chkAgree). How am I going to > access the checkbox in page B using the selector from page A (parent)? > Could someone guide me a bit? > > Cheers, > Teon