[jQuery] manipulate div inside iframe

[jQuery] manipulate div inside iframe


hey
i got a script that seats inside iframe <iframe src="page.php" id="hideme1">
how its is possible to get the id of the iframe and then hide it ?
till now i have a script that knows inisde the Iframe what is the div name
of the iframe . but i dont success to hide it
var IfrmDiv=jQuery(frameElement.parentNode).attr('id');
i tried inside the iframe : <script> $("#"+IfrmDiv").css("display","block");
--
View this message in context: http://www.nabble.com/manipulate-div-inside-iframe-tf3665493s15494.html#a10241890
Sent from the JQuery mailing list archive at Nabble.com.