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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 11, 20262026-05-11T01:29:44+00:00 2026-05-11T01:29:44+00:00

I was taking a look at http://www.zenfolio.com/zf/features.aspx and I can’t figure out how they

  • 0

I was taking a look at http://www.zenfolio.com/zf/features.aspx and I can’t figure out how they are doing the accordion style expand and collapse when you click on the orange links. I have been using the Web Developer Toolbar add-on for firefox, but I have not been able to find anything in the source of the page like JavaScript that would be doing the following. If anyone knows how they are doing it, that would be very helpful.

This is actually unrelated, but if all you answers are good, who do I give the answer too?

  • 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. 2026-05-11T01:29:44+00:00Added an answer on May 11, 2026 at 1:29 am

    They’re setting the .display CSS property on an internal DIV from ‘none’ to ”, which renders it.

    It’s a bit tricky, as the JS seems to be in here that’s doing it:

    http://www.zenfolio.com/zf/script/en-US/mozilla5/windows/5AN2EHZJSZSGS/sitehome.js

    But that’s basically how everyone does this. It’s in there, somewhere.

    EDIT: Here it is, it looks like:

    //... (bunch of junk)  zf_Features.prototype._entry_onclick = function(e, index)  {     var cellNode = this.dom().getElementsByTagName('H3')[index].parentNode;     while (cellNode.tagName != 'TD') cellNode = cellNode.parentNode;      if (this._current != null) this.dom(this._current).className = 'desc';     if ('i' + index != this._current)      {         cellNode.className = 'desc open';         cellNode.id = this.id + '-i' + index;         this._current = 'i' + index;     }      else this._current = null;     zf_frame.recalcLayout();     return false; }; 

    Basically, what they’re doing is a really roundabout and confusing way of making the div inside of TD’s with a class ‘desc’ change to the class ‘desc open’, which reveals its contents. So it’s a really obtuse roundabout way to do the same thing everyone does (that is, handling onclick to change the display property of a hidden div to non-hidden).

    EDIT 2:

    lol, while I was trying to format it, others found it too. =) You’re faster than I 😉

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

Sidebar

Ask A Question

Stats

  • Questions 62k
  • Answers 62k
  • Best Answers 0
  • User 1
  • Popular
  • Answers
  • Editorial Team

    How to approach applying for a job at a company ...

    • 7 Answers
  • Editorial Team

    How to handle personal stress caused by utterly incompetent and ...

    • 5 Answers
  • Editorial Team

    What is a programmer’s life like?

    • 5 Answers
  • added an answer If you're using SQL Server 2005 or newer then your… May 11, 2026 at 10:12 am
  • added an answer There are five constructors, but two of them (including one… May 11, 2026 at 10:12 am
  • added an answer It's possible with MS Access to export most of the… May 11, 2026 at 10:12 am

Related Questions

I was taking a look at http://www.zenfolio.com/zf/features.aspx and I can't figure out how they
I was taking a look through some open-source C++ code and I noticed a
I'm taking over a development of a commercial web site. This site was developed
I was talking with a co-worker yesterday regarding a situation where he used SSIS
Recently I was talking to a co-worker about C++ and lamented that there was
I was talking to somebody a recently who mentioned it was possible to store
I'm currently optimizing the performance on my company's site; when it was taking 6-10
I was listening to the Hansel Minutes podcast from 11/24 talking about Moonlight. To
I was trying to get my head around XAML and thought that I would
I was reading this question about how to parse URLs out of web pages

Trending Tags

analytics british company computer developers django employee employer english facebook french google interview javascript language life php programmer programs salary

Top Members

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.