Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums JavaScript JQuery Innerfade not Working

  • This topic is empty.
Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #25614

    Hie
    It is my first time using jquery innerfade and I cannot seem to make it work. I have been trying for the past couple of hours and I hope someone can help.

    I would like to swap three different images which are in the same div instead of using Flash but right now they are appearing one below the other.

    My call is
    $(document).ready(

    function() {

    $(‘div#pic’).innerfade({
    speed: 1000,
    timeout: 5000,
    type: ‘sequence’,
    containerheight:’323px,

    });
    });
    Have a look http://creativeastro.com/MSHeating/index.php

    #61584

    Yes that is what I am trying to do.
    I have uploaded the innerfade.js and the other one into my js folder on the server and referenced it in index.php within the head tags. Is this what you mean by the library?

    Code:




    Welcome to MS HEATING AND PLUMBING

    #61589

    Okay thanks, I will try that now and will let you know if that works

    #61643

    Hie
    I downloaded the plugin and uploaded it to my server in my js folder and referenced it within my head tags but I cannot get it to work. The images are one on top of the other. I am sure there must be something missing but I cannot figure out what it could be.
    Any help much appreciated.

    #61645

    Is the code below correct

    Code:




    Welcome to MS HEATING AND PLUMBING


Viewing 5 posts - 1 through 5 (of 5 total)
  • The forum ‘JavaScript’ is closed to new topics and replies.