How to hide the div which has placed inside inner div using jquery?

If the content of iframe is from the same domain you can do.

If the content of iframe is from the same domain you can do add id to your iframe . . And access the div with class left as $('#youriframeID').contents().

Find('div. Left').hide(); else if the contents of the iframe are from a different domain you have to create a server side proxy Edit(s) you can try the following $('#youriframeID').contents(). Find('div.

Left')0.hide(); if that didn't work wrap the code in $("#youriframeID"). Ready(function () { $('#youriframeID').contents(). Find('div.

Left').hide(); } this way the code will execute when the iframe is finished loading.

Thanks iframe is coming from same domain, I tried it,But its not hiding – Dinesh Jul 11 at 13:07.

JQuery has a hide function: api.jquery.com/hide/ $('. Left').hide().

That'll hide EVERY div with the class 'left'. I think OP wants to be a little more specific? – minichate Jul 11 at 12:58 @scobal Here hide left only when we have – Dinesh Jul 11 at 12:59 Oh right, the question reads "how to hide the div which has the class left." which I took to mean all – Scobal Jul 11 at 13:01.

Thanks all your support, I got it by working.

I cant really gove you an answer,but what I can give you is a way to a solution, that is you have to find the anglde that you relate to or peaks your interest. A good paper is one that people get drawn into because it reaches them ln some way.As for me WW11 to me, I think of the holocaust and the effect it had on the survivors, their families and those who stood by and did nothing until it was too late.

Related Questions