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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 29, 20262026-05-29T06:37:01+00:00 2026-05-29T06:37:01+00:00

I am using the jQuery and HTML shown on this fiddle and for the

  • 0

I am using the jQuery and HTML shown on this fiddle and for the life of me am not able to manually fire individual tabs.

http://jsfiddle.net/DkHyd/

$("h3").toggleClass("ui-accordion-header-active ui-state-active ui-state-default ui-corner-bottom").find(".ui-icon").toggleClass("ui-icon-triangle-1-e ui-icon-triangle-1-s").end().next().slideToggle();

The above jQuery will toggle all of the elements, but if I reference an individual in this manner:
$(“#ToggleHeader”).etc
it will not work.

I’d love some help and hopefully an explanation why this isn’t working for me.

  • 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-29T06:37:02+00:00Added an answer on May 29, 2026 at 6:37 am

    The solution you tried doesn’t work because the selector $("h3") matches every h3 on the page, so the operations that follow are applied to all of them. The second solution you tried didn’t work because the h3 elements in your html code do not have any ids.

    Add an id to each element, and then select the header using the id selector $("#ToggleHeader")

    <h3 id="ToggleHeader"><a href="#">Section 1</a></h3>
    

    etc..

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

Sidebar

Related Questions

How to remove using jquery html table row after checking checkbox that in this
i using jquery and jquery-ui, this is my code: <!DOCTYPE HTML PUBLIC -//W3C//DTD HTML
It's obvious this works for non-ajax tabs: http://jqueryui.com/demos/tabs/default.html#tabs-2 But how do you get this
How to I hide and show HTML elements using JQuery without any special effects?
I'm using $.blockUI with jQuery to show a modal dialogue. The HTML looks like:
Using jQuery, I'd like to remove the whitespace and line breaks between HTML tags.
I'm using jQuery to change the HTML of a tag, and the new HTML
I've been using jquery 1.3.2 to pull snippets of html (including script) from a
I'm using jQuery with rails and have the following piece of code $('#related').html(<%= render
I am using jQuery to load a page by AJAX using $.ajax (suppose test.html).

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.