I'm using jQuery Tool's tabs an accordion as per here: http://www.jquerytools.org/demos/tabs/accordion.htm
The whole thing is activated with
While the content of the panes is revealed with a slide function, in my setup, I would like the images within the pane to be shown only once the slide animation has finished. I've fiddles around but couldn't get it to work.Code:$("#accordion").tabs( "#accordion div.pane", {tabs: 'h2', effect: 'slide', initialIndex: null} );
I thought of setting the images to display:none; and then change them to display once the rest of the content is revealed?
Can I do this by adding something to the above code? Many thanks



Reply With Quote


Bookmarks