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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 14, 20262026-05-14T02:47:07+00:00 2026-05-14T02:47:07+00:00

I am using jQuery’s cycle plugin, and found that I can call up the

  • 0

I am using jQuery’s cycle plugin, and found that I can call up the default for “speed” by typing this into Firebug’s console:

$.fn.cycle.defaults.speed

>>> 1000

I would like to know how to call up the override I have for speed (I would like to reuse it later):

$(‘.xxx’).cycle({
speed: 1700
});

If you have the answer, please let me know the steps taken to figure it out so I can understand Firebug better.

Thanks a bunch!

  • 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-14T02:47:07+00:00Added an answer on May 14, 2026 at 2:47 am

    I looked through the code and it doesn’t appear that the calculated options are exposed anywhere. They’re captured as a local variable in several functions after they are built, but I don’t know how you would get at them. You could set breakpoints in the relevant parts of the (unminified) cycle code with Firebug and inspect the values, but I don’t think you can get at them programmatically. In any event it would be easier to store them in a variable, then use that variable in the options that you provide.

    var cycleSpeed = 1700;
    
    $('.klass').cycle({ speed: cycleSpeed });
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

Using jquery, how can I find the first div that contains an input with
Using jquery how can one add a black border around all p elements that
Using jQuery version 1.4.2 and Validation plugin version 1.8.1 I have a textbox that
Using jQuery , how can I dynamically set the size attribute of a select
Using jQuery, is there a way to select all tag that reference a specific
Using jQuery, one can easily find out whether a particular element is visible using
Using jquery, How can I create multiple draggables using loops through javascript? I want
Using jQuery 1.6.2 HTML that I'm operating on <select id=langId> <option value=0>Argentina - Spanish</option>
Using jquery how do i simply check if it is read only? this is
Using jQuery, what's the best way to automatically initialize a plugin on all current

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.