Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • Home
  • SEARCH
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 5969521
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 22, 20262026-05-22T20:14:34+00:00 2026-05-22T20:14:34+00:00

I stayed up all night just trying to resolve the JQuery slideshow but I

  • 0

I stayed up all night just trying to resolve the JQuery slideshow but I am not sure why it is not working as expected. I forgot to snap the example but right now my laptop is not with me, so I will post later in several hours’ time, if you need to see the example.

i borrowed plugin’s function: http://medienfreunde.com/lab/innerfade/

    <script>

                   jQuery.noConflict();
                   $(document).ready( function(){
                   $('li#slider_reel').innerfade({
                   animationtype:'fade',
                   speed: 'slow',
                   timeout: 4000,
                   type: 'sequence',
                   containerheight: '648px'; });

                   });

                   </script>


    <div id="slider_view">
    <div id="slider_reel">

    <ul>
    <li><img src="slide/A.jpg"></li>
    <li><img src="slide/B.jpg"></li>
    <li><img src="slide/C.jpg"></li>
    <li><img src="slide/D.jpg"></li>
    </ul>
    </div>
    </div>
    <!--end reel-->

ul#slider_reel li img{
    border: 1px solid #ccc;
    padding: 4px;
}


.fade{
    margin-bottom: 2em;
}

.fade p{
    margin-bottom: 2em;
    text-align: center;
    width: 100%;
    background: #fff;
}

The result: all images appear in long vertically order (just like stack or pile to one another). Couldn’t figure why it is behaving like this. Thank you in advance for your help

EDIT
My apologises. It did have ul and li – i forgot to add them inside. got the same result.

EDIT II
I finally got it working. i think i missed some ‘}’ or something and also I replaced the script with actual file instead of href.

Thank you so much for your help!

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-22T20:14:35+00:00Added an answer on May 22, 2026 at 8:14 pm

    I have got it working,
    http://jsfiddle.net/BceNn/6/

    One of the problems:

    containerheight: '648px'; /*REMOVE THIS SEMICOLON*/ });/*REMOVE THIS SEMICOLON*/
    

    EDIT: Here is working code.

    <script type="text/javascript">
    $(document).ready( function(){
        $('#slider_reel').innerfade({
            animationtype:'fade',
            speed: 'slow',
            timeout: 4000,
            type: 'sequence',
            containerheight: '648px' 
        })
    });
    </script>
    
    
        <ul id="slider_reel">
        <li><img src="slide/A.jpg"></li>
        <li><img src="slide/B.jpg"></li>
        <li><img src="slide/C.jpg"></li>
        <li><img src="slide/D.jpg"></li>
        </ul>
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I am answering my own question, but because I stayed up all night figuring
I have been working on a template using almost all jquery/javascript. Mostly I am
This is not a programming question per se but a question that may be
In our old system, we used YUI, but the new one is using jQuery.
I am trying to download a specific artifact (and all of its dependencies) to
I searched over .... I see many advantages, but it seems that all the
As just stated in a recent question and answer , you can't inherit from
I currently have a PrintingWebService that I call from an AJAX page with all
As I was reading RedBook I stayed quite confused, that openGL can have maximum
Ok, I know that the new versions of windows do not use the insert

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.