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 6951599
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 27, 20262026-05-27T14:14:25+00:00 2026-05-27T14:14:25+00:00

I have an old jQuery version (1.2.6). I can’t upgrade it. The problem is

  • 0

I have an old jQuery version (1.2.6).
I can’t upgrade it.
The problem is that I want to use a nice slider with small bullets for navigation and fade in/out effects.

I found that slider : nova slider.
I tested it with the latest jQuery (1.7) and it works great. But on the 1.2.6 version, I got the following error message : o is not a function coming from the slider library.

Is there an alternative for older jQuery versions ?

Thank you,

Regards.

  • 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-27T14:14:26+00:00Added an answer on May 27, 2026 at 2:14 pm

    Here’s the nivo slider github. The issue is that it uses .live in three places, which is jQuery 1.3+. However all three appear beneath the only code that creates matching elements, e.g.

    slider.append('<div class="nivo-directionNav"><a class="nivo-prevNav">' ...
    :
    $('a.nivo-prevNav', slider).live('click', function(){    
    

    which means there’s no actual reason to use .live (which matches all current and future elements) as opposed to .bind (which matches all current elements). Simply replace the three instances of .live with .bind:

    $('a.nivo-prevNav', slider).bind('click', function(){
    

    and nivo slider will work fine with 1.2.6. You should be able to edit this in the packed version of the script too.

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

Sidebar

Related Questions

So I'm running jQuery 1.3.2 (yep it's old and right now I can't upgrade).
I have website that use XMLHttpRequest (jQuery, actually). I also have another site running
I have an old version of jQuery and the jQuery user interface (ui) 1.3.1
I have old code that uses size_t which IIRC comes from cstring.h. On OS
I have a old website that generate its own RSS everytime a new post
I have several old 3.5in floppy disks that I would like to backup. My
I have an old server with a defunct evaluation version of SQL 2000 on
I have a page that displays a list of records. The user can select
Note: This question refers to a very old version of jQuery.validate() (version 1.5). This
I have this fragment that demonstrates the problem: <html> <head> <title>height query demo</title> <script

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.