[jQuery] iframes and jquery

2009-03-11 Thread Tiramisu
Hello, I have a couple of hidden divs with iframes linked to external sites using the display:none css tag. They are then revealed using a button. The problem is that the hidden divs load the iframe content even if the buttons are never clicked causing a very slow page load. Is there anyway

[jQuery] iFrames and jQuery

2007-12-04 Thread Ryura
I need to grab content from an iFrame, preferably using jQuery. However, I have no clue how to do this. First off, I'm inserting the iFrame into the page: script $(function() { $(#divID).after(iframe src='http://example.com/test/test.html' name='tesaaat' id='tesaaat' height='0'

[jQuery] iframes and jquery

2007-07-13 Thread Stephan Beal
Hi, all! Before i open up a can of worms which i don't want to deal with, i thought i'd ask: Are there any special concerns for using jquery in conjunction with iframes? e.g. if i embed a sub-page within an iframe, can the top- level page's jq still query/manipulate that sub-page's content