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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 23, 20262026-05-23T15:02:03+00:00 2026-05-23T15:02:03+00:00

PS: I am using this Jquery plugin , although my question is not dependent

  • 0

PS: I am using this Jquery plugin, although my question is not dependent on that.

    <div class="pikachoose">
        <ul id="pikame" class="jcarousel-skin-pika">
            <li><a href="http://www.pikachoose.com"><img src="../../10.jpg"/></a</li>
            <li><a href="http://www.pikachoose.com"><img src="../../20.jpg"/></a></li>
            <li><a href="http://www.pikachoose.com"><img src="../../30.jpg"/></a</li>
            <li><a href="http://www.pikachoose.com"><img src="../../40.jpg"/></a></li>
            <li><a href="http://www.pikachoose.com"><img src="../../50.jpg"/></a></li>
        </ul>
    </div>

I want to get the index of “li” tag clicked.

  $("#pikame li").size(); 

will return me total number of “li”. But i want to get index of that “li”

Like if image 40.jpg is clicked then i want to get 3(index starting from 0,1,2 so on…).

  • 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-23T15:02:04+00:00Added an answer on May 23, 2026 at 3:02 pm
    $('a').click(function(){
        alert($(this).parent().index());
    });
    

    Working example: http://jsfiddle.net/AlienWebguy/zvkgv/

    EDIT: Expanded example per comment request:

    $('#pikame a').click(function(){
        $('#pikame2 li').eq($(this).parent().index()).find('img').trigger('click');
        return false;
    });
    

    New Working example: http://jsfiddle.net/AlienWebguy/zvkgv/2/

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

Sidebar

Related Questions

I am using this jQuery plugin: http://api.jquery.com/slideToggle/ I have this code: <div id=panel><form action=postit.php
I'm using the qTip 1.0.0-rc3 plugin for jQuery. And, although it's not a big
I'm currently using this jQuery validate plugin and having an issue in IE where
I'm using this jQuery inline datePicker plugin sample but I don't know how to
I'm using this jQuery urlencode and urldecode plugin - very simple and easy to
I'm currently using the following jQuery plugin: jQuery OEmbed. This plugin works great in
I am using lazy load jquery plugin . It tells me to put this
I am using the jQuery plugin from the jQuery build of TinyMCE. This simplified
I'm using the jQuery validate plugin to validate a multi-step form like this one:
I am using the Uploadify Plugin to Upload files. although this might be a

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.