Jquery and Ajax to Dynamically load IFrame
Posted
by JCHASE11
on Stack Overflow
See other posts from Stack Overflow
or by JCHASE11
Published on 2010-03-23T16:49:56Z
Indexed on
2010/03/23
16:53 UTC
Read the original article
Hit count: 298
I have a script that dynamically loads iframes inside a webpage. You can see the demo here: DEMO
I want to use jquery to achieve the same rseult, but with a nice sliding effect. Basically, I have 10 links on a page. When the link is clicked, I want the iframe window to load in the new content and apply an effect to the transition. Does anyone know of any plugins that exist for this. I am not experienced enough to write a script from scratch, so any help would be much appreciated!
© Stack Overflow or respective owner