I'm using and IFrame on my page. Once the page is loaded I got additional content from this iframe, it's simply html content but I cant access it with Jquery selectors. I know that dynamically added content is not 'Jquery-able'or may be with functions like live() but what I want is to hide part of it without the use of events.
So I would like the DOM to take account of it. Is it possible?