I was wondering if it is possible to have a site with an iframe and some jquery code that changes the iframe content every 30 seconds. The content is in different webpages.<
If you just want to change where the iframe points to and not the actual content inside the iframe, you would just need to change the src attribute.
src
$("#myiframe").attr("src", "newwebpage.html");