I am trying to access the div id = "mnuGrp", which is inside the child iframe (id = "iframe2) from the parent window in the section document.ready()but not sure how to access this child div in the parent order of Fadein and Fadeout calls.
I want to be used in the following call:
$(' ???? ').click(function(){ etc
where is "????" my facilities for accessing a div child inside an iframe.
source
share