Jquery and Ajax to Dynamically load IFrame
- by JCHASE11
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!