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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 3, 20262026-06-03T13:46:12+00:00 2026-06-03T13:46:12+00:00

I want to click a tab on the following page using jQuery (or at

  • 0

I want to click a tab on the following page using jQuery (or at least trigger the same functions as clicking does). Here is what I tried:

jQuery('ul.gk_tab_ul-style1 li.first').next().click();

I need to click the middle tab (“Final Version”). I don’t have a good way to identify the tab, other than it will always be the second tab.

How can I click the tab using jquery?

Page: http://www.fixoodle.com/fixes/899

  • 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-03T13:46:13+00:00Added an answer on June 3, 2026 at 1:46 pm

    .eq(n) starts from 0 and you can choose the 2nd tab in the list by

    $('ul.gk_tab_ul-style1 li').eq(1)
    

    and click it by using trigger

        $('ul.gk_tab_ul-style1 li').eq(1).trigger('click');
    

    hope this will help you. More on .eq() here.

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

Sidebar

Related Questions

I want to trigger the click, to which following code is listening: chrome.browserAction.onClicked.addListener(function(tab) {});
I want to click the video on this page http://37.128.191.200/?640 using JavaScript but can't
I have the following url http://www.domain.com?page=options&tab=general I want to be able to get to
I am using the following jquery code for a simple tab view where if
I have some textboxes on a page and I want to click a link
I have an application page. I want to click a button to pop out
I am using php/ajax to submit a form without page refresh. Here are my
What i want is hide all content first, then click one tab, the corresponding
Hello I am using a tab bar application. I want to reload a view
I am using the Smoothness theme with Jquery tabs, and I want to override

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.