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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 14, 20262026-06-14T08:35:14+00:00 2026-06-14T08:35:14+00:00

I am loading some HTML elements via jQuery: Considder this case: <li>test</li> (1) <li>test</li>

  • 0

I am loading some HTML elements via jQuery:

Considder this case:

<li>test</li> (1)
<li>test</li> (2)
<li>test</li> (3)

If i do:

    $("body").find('li:last')

I will get the last li element, the one i marked (3) and if i was always sequentially adding items that would be fine. However if i add a new element in between:

<li>test</li> (1)
<li>test</li> (2)
<li>test</li> (4)<-
<li>test</li> (3)

:last wont do, because the element i added is not the last in the list.

How do i get a reference to (4)?

edit: and please, no eq() solutions, i need this to be dynamic and i can’t always know where the element is added in the context.

  • 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-14T08:35:15+00:00Added an answer on June 14, 2026 at 8:35 am

    When you add the last element you can try to add a class with:

    .addClass("lastAdd");
    

    And then you’ll get the reference $(".lastAdd")

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

Sidebar

Related Questions

I'm loading some HTML via Ajax with this format: <div id=div1> ... some content
Using jQuery 1.7.1, I am loading some HTML fragments via AJAX that are injected
I'm loading in some HTML content like this: $('#scores').load('scores.php #scores'); Note that It is
I am using jQuery and I am loading dynamic HTML via PHP. My question
I have an ajax call in jQuery loading some elements into a div. The
In one of my HTML page dynamically loading some file field while clicking a
Hi i am loading local html file after handling some javascript alerts on webchromeclient,
I'm loading HTML from an AJAX request, and some img tags in it. I
In my application, I'm loading some data from a file. This can fail and
I am currently loading HTMl content via AJAX. I have code for things on

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.