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

  • SEARCH
  • Home
  • 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 7727115
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 1, 20262026-06-01T05:22:43+00:00 2026-06-01T05:22:43+00:00

I am having trouble getting the jQuery easySlider working. Can anyone find where I

  • 0

I am having trouble getting the jQuery easySlider working. Can anyone find where I am going wrong?

<%@ Page Title="About  me" Language="C#" MasterPageFile="~/Site.master" AutoEventWireup="true"
    CodeFile="About.aspx.cs" Inherits="About" %>

<asp:Content ID="HeaderContent" runat="server" ContentPlaceHolderID="HeadContent">
<script type="text/javascript" src="Scripts/easySlider1.7.js"></script>
<script type="text/javascript" src="Scripts/jquery-1.7.js" ></script>
<script type="text/javascript">
    $(document).ready(function () {
        $("#slider").easySlider();
    });
</script>
</asp:Content>

<asp:Content ID="BodyContent" runat="server" ContentPlaceHolderID="MainContent">
    <h2>About me</h2>

    <p> Info on the user logged in.</p>
    <p>Name:</p>
    <p>Student number:</p>
    <p>If information displayed is incorrect, please email with corect details.</p>

    <div id="slider">
        <ul>
            <li><a href="#"><img src="Styles/images/slider/01.jpg" alt="Css Template Preview" /></a></li>
            <li><a href="#"><img src="Styles/images/slider/02.jpg" alt="Css Template Preview" /></a></li>
            <li><a href="#"><img src="Styles/images/slider/03.jpg" alt="Css Template Preview" /></a></li>
            <li><a href="#"><img src="Styles/images/slider/04.jpg" alt="Css Template Preview" /></a></li>
            <li><a href="#"><img src="Styles/images/slider/05.jpg" alt="Css Template Preview" /></a></li>
        </ul>
    </div>

</asp:Content>

The jQuery files name and paths are all correct. I can’t seem to find where else the problem might be.

EDIT
When the page is rendered, this is what the HTML code looks like:

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">

<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en">


<head>
<title>About  me</title>

<link href="Styles/Site.css" rel="stylesheet" type="text/css" />

<script type="text/javascript" src="Scripts/easySlider1.7.js"></script>

<script type="text/javascript" src="Scripts/jquery-1.7.js" ></script>

<script type='text/javascript' src='Scripts/jquery.cookie.js'></script>

<script type='text/javascript' src='Scripts/jquery.dcjqaccordion.2.7.min.js'></script>

<script type="text/javascript">

    $(document).ready(function () {

        $('#accordion-menu').dcAccordion({

            eventType: 'click',

            autoClose: true,

            saveState: true,

            disableLink: true,

            showCount: false,

            speed: 'slow'

        });

        $('#slider').easySlider();

    });

</script>

</head>

<body>

    <div id="header">

        <div class="headerLogo"><img src="Styles/images/reading_uni_logo.gif" /></div>

        <div class="loginDisplay">Welcome <span id="HeadLoginName">Username</span>! | Logout</div>

        <div class="news">

        </div>

        <div class="polls"><span id="question">Do you think the library should be open 24 hours?</span>

        <br /><a href="Polls.aspx">See more</a></div>     

    </div>

    <div id="addGadgetButton">Add gadget</div>


    <div id="menu">

        <ul class="menu" id="accordion-menu">

        <li><a href="Default.aspx">Home</a></li>

        <li class="current-parent"><a href="GettingStarted.aspx">Getting Started</a></li>

        <li><a href="#">Apps</a>

            <ul>

                <li><a href="#">Apps 1</a></li>

                <li><a href="#">Apps 2</a></li>

                <li><a href="#">Apps 3</a></li>

            </ul>

        </li>

        <li><a href="#">Social</a>

            <ul>

                <li><a href="#">Social 1</a></li>

                <li><a href="#">Social 2</a></li>

                <li><a href="#">Social 3</a></li>

                <li><a href="#">Social 4</a></li>

            </ul>

        </li>

        <li><a href="About.aspx">About me</a></li>

        </ul>

   </div>

    <div id="main">  

    <h2>

        About me

    </h2>

    <p> Info on the user logged in.</p>

    <p>Name:</p>

    <p>Student number:</p>

    <p>If information displayed is incorrect, please email with corect details.</p>

    <div id="slider">

        <ul>

            <li><a href="#"><img src="Styles/images/slider/01.jpg" alt="Css Template Preview" /></a></li>

            <li><a href="#"><img src="Styles/images/slider/02.jpg" alt="Css Template Preview" /></a></li>

            <li><a href="#"><img src="Styles/images/slider/03.jpg" alt="Css Template Preview" /></a></li>

            <li><a href="#"><img src="Styles/images/slider/04.jpg" alt="Css Template Preview" /></a></li>

            <li><a href="#"><img src="Styles/images/slider/05.jpg" alt="Css Template Preview" /></a></li>

        </ul>

    </div>

    </div>

    <div class="clear" />

    <div id="footer">

        <a id="FeedbackHyperLink" href="Feedback.aspx">Feedback</a> |

        <a id="ContactHyperLink" href="Contact.aspx">Contact us</a> |

        <a id="SitemapHyperLink" href="Sitemap.aspx">Sitemap</a> |

        <a id="HelpHyperLink" href="Help.aspx">Help</a>

    </div>

</body>

</html>
  • 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-06-01T05:22:45+00:00Added an answer on June 1, 2026 at 5:22 am

    You need to load jQuery before you load easySlider, so just change the order of the scripts:

    From:

    <script type="text/javascript" src="Scripts/easySlider1.7.js"></script>
    <script type="text/javascript" src="Scripts/jquery-1.7.js" ></script>
    

    To:

    <script type="text/javascript" src="Scripts/jquery-1.7.js" ></script>
    <script type="text/javascript" src="Scripts/easySlider1.7.js"></script>
    

    That should do the trick 🙂

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I'm having trouble getting jquery.validation.js to validate a select box. It is working on
I'm having some trouble getting jQuery to play nice with DokuWiki - has anyone
Getting started with jquery and having trouble getting hello world type example going for
I am having trouble getting the built-in jquery tabs working on my site. I'm
I'm having trouble getting JQuery to load in IE7, works fine in all other
Super weird problem here. I'm having trouble getting jQuery to bind any selectors except
I'm having trouble getting the jquery ui 1.8 dialog to center I've tried leaving
I'm having trouble getting some javascript and Jquery to delay the appropriate amount of
I'm having trouble getting a response from my php jquery / json / ajax.
Having trouble getting JQuery to access the parent form field 'inputStart's value when a

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.