Hi,
Hoping someone can assist but I am trying to access a div id="mnuGrp" that resides inside a child iframe(id="iframe2) from the parent window within the document.ready() section but unsure how to access this child div in the parent inorder to apply fadein and fadeout calls.
Want to be used within the following call:
$(' ???? ').click(function(){ etc
where "????" is my means to access the child div within the iframe.
Any help would be appreciated.
Thanks.