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

  • Home
  • SEARCH
  • 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 6826887
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 26, 20262026-05-26T22:12:04+00:00 2026-05-26T22:12:04+00:00

I had a look around and (strangely) couldn’t find this being asked before, so

  • 0

I had a look around and (strangely) couldn’t find this being asked before, so apologies if this is a duplicate.

I have an unordered list with the class .attachments, if it has no list items inside of it I want the code to insert the <li> inside of the <ul>, if any <li> exists (regardless of how many) I wish for it to be inserted at the bottom before the </ul>. How would I go about doing this?

I have the following code, however this would apply it after the </ul> instead of inside of it.

$("ul.attachments").after('<li></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-26T22:12:04+00:00Added an answer on May 26, 2026 at 10:12 pm

    Don’t use .after(), use .append():

    $("ul.attachments").append($("<li>"));
    

    There’s no special case when there are no items inside the <ul>, you just always insert it at the bottom. That’s how the DOM tree works.

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

Sidebar

Related Questions

I've had a look around for this problem but couldn't find an answer... I
I've had alittle look around and can't find anything about this. If i have
I've had a good look around but couldn't find anything that directly solves my
I have had a look around online to try and find out the best
I've had a look around but can't seem to find any information on this.
Had a look around and couldn't find an answer. I need to add the
I had a look around and didn't find what I was exactly looking for.
I've had a look around on StackOverlow but haven't been able to find a
I've had a look around for the answer to this, but I only seem
I have had a look around, but the closest I found was for asp.net.

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.