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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 23, 20262026-05-23T13:08:59+00:00 2026-05-23T13:08:59+00:00

I have a callback, which I’ve had help on previously, which gets the last

  • 0

I have a callback, which I’ve had help on previously, which gets the last slide visible on a jCarousel.

The callback itself works, but its getting the list (which is the first tag), and I want it to get the alt attribute from the HTML. Is there anything I should be doing to delve deeper to grab the desired attribute?

I’m trying to get the alt attribute from the image tag and not the first list or anchor.

function itemVisibleIn(carousel) {
    $("#gallerydescription").html( $(this).attr("alt")); 
};

<li><a href="images/gallery/placeholder1.png" rel="shadowbox" title="This is the description">**<img class="caption" src="images/gallery/placeholder1.png" width="750" height="450" title="test Title1" alt="This is the title" />**</a></li>
  • 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-23T13:09:00+00:00Added an answer on May 23, 2026 at 1:09 pm

    If I’m understanding you correctly, you want to use find to get that img. Something like this:

    $(this).find("img").attr("alt")
    

    If needed, the selector passed to find can be more specific to distinguish between multiple images. Possibly something like this, to just get the image with a class of caption:

    $(this).find("img.caption").attr("alt")
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have a js function which has, until now, always been the callback for
I have a callback which receives an object. I make a copy of this
I have a callback function which has the parameter const unsigned char *pData .
I have a static callback function which is supposed to set an NSString and
I have a method which calls an asynchronous method, and a callback which is
Here I create a class in JAVA in which I have function (callback) which
I have a callback function within an ASP.NET Web Forms application which I am
I have a javascript function which asks for some ajax data and gets back
My question is about Javascript. I have a Callback function which receives a Position
I have a callback function which is bound to a boost::asio::deadline_timer . Now the

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.