[jQuery] jQuery and Innerfade
Hi, I'm having trouble implementing innerFade into a site I am developing. I
have followed the steps, calling in jquery.innerfade,js, placing the calling
code in the .ready function, and I've double checked the code alot!! The
calling code is:
$('ul#flashshow').innerfade({
speed: 'slow',
timeout: 4000,
type: 'sequence',
containerheight: '220px'
});
HTML code is:
<div id="flashanimation">
<ul id="flashshow">
<li> index.php ../data/images/tempflashimg.gif </li><li> index.php
../data/images/purchasebox.gif </li>
</ul>
</div>
the innerfade.js file untouched, just uploaded and called in. On the page,
nothing happens and the list just displays as normal, no errors at all.
Sorry if this has been posted more than once, FireFox is being a complete
pain at the minute!!
--
View this message in context: http://www.nabble.com/jQuery-and-Innerfade-tf4169358s15494.html#a11861599
Sent from the jQuery Plugins mailing list archive at Nabble.com.