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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 1, 20262026-06-01T08:14:20+00:00 2026-06-01T08:14:20+00:00

I love this widget in google closure, Zippy and I need an equevalent in

  • 0

I love this widget in google closure,
Zippy
and I need an equevalent in jquery. I’m pretty sure there is one.
I found Accordion in jquery UI, but it is not the same behaviour.
Unlike Accordion, which organizes a set of chunks and shows only one at a time, Zippy targets one chunk and toggles its visibility.

  • 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-01T08:14:21+00:00Added an answer on June 1, 2026 at 8:14 am

    You can easily make your own plugin for such a simple task :

    (function($) {
        $.fn.zippy = function(options) {
            var o = $.extend({}, options, $.fn.zippy.defaults);
            return this.each(function(i,el) {
                var $el = $(el),
                    content = $el.find('p'),
                    title = $el.find('h2');
    
                title.toggle(function() {
                    content.slideToggle(o.duration, o.easing, o.callback);
                });
            });
        };
        $.fn.zippy.defaults = {
            easing : 'swing',
            duration : 500,
            callback : function(){}
        };
    })(jQuery)
    

    Here’s a working demo.

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

Sidebar

Related Questions

I love this plugin: http://jquery.malsup.com/block/#demos The iPhoto (ish) one works beautifully on my site
I love auto-implemented properties in C# but lately there's been this elephant standing in
I love this article How to create Skype-like buttons using jQuery But the comment
I love this shortcut in borne shell, and want to find out if it
Hi i am new and i love this site I am learning javascript and
Whilst I'd love to solve this problem in python, I'm stuck in Delphi for
Would love some opinions on this problem I'm trying to workout. I'm trying to
I'd really love your help with this deciding whether the language of all words
On this test page: http:// www.onebagoneearth.com/ Products-test , where it says oboe love series,
So i have this ArrayList: list.get(0) == love list.get(1) == foo list.get(2) == make

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.