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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 12, 20262026-06-12T17:24:39+00:00 2026-06-12T17:24:39+00:00

EDIT : sorry i’ve rephrased my question New to JQuery and need some assistance

  • 0

EDIT: sorry i’ve rephrased my question

New to JQuery and need some assistance

I would like to iterate all li elements
and to delete the inner span element in one of the li’s.

I do not know where the span is because the li is built dynamically and i cannot count on the id selector

    <ol id="selectable" class="ui-selectable">
        <li id="1_1_1" class="ui-widget-content ui-selectee">1.1.1</li>
        <li id="1_1_2" class="ui-widget-content ui-selectee">1.1.2</li>
        <li id="1_1_3" class="ui-widget-content ui-selectee ui-selected">1.1.3<span class="ui-icon ui-icon-check"
            style="float: right; margin: 2px 7px 0 0;"></span></li>
        <li id="1_1_4" class="ui-widget-content ui-selectee">1.1.4</li>
        <li id="1_1_5" class="ui-widget-content ui-selectee">1.1.5</li>
    </ol>

How can this be done?

  • 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-12T17:24:40+00:00Added an answer on June 12, 2026 at 5:24 pm

    Edit: to delete the span, just do this:

    $('#selectable li span').remove();
    

    Be aware that it will remove all span‘s within any li but from your example, there is only one.

    Try out toggleClass, addClass and removeClass

    $('#selectable li').addClass('foo');
    $('#selectable li').removeClass('foo');
    $('#selectable li').toggleClass('foo');
    

    These are just a few ways to change the class of all li‘s that match the selector.

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

Sidebar

Related Questions

I'd like an efficient method that would work something like this EDIT: Sorry I
[edit]: I'm terribly sorry for my timing on asking this question. I've just discovered
Sorry if this question will sound too chaotic, feel free to edit it. I
<p><span><a href=link></a></span></p> How would I unwrap everything leaving just <a href=link></a> ? -edit- Sorry,
EDIT: Sorry for all the confusion. It was just a stupid thing I missed.
how would you parse a Microsoft OLE compound document using Python? Edit: Sorry, I
Total F# n00b question. How do I sort a LIST data structure? Edit: Sorry,
EDIT Sorry I realized my question is a non-problem. Markdown consumed the newline character.
EDIT Sorry I forgot about this question. It turns out, he had added the
Is there a .net equivalent to the C++ unexpected()/set_unexpected() functionality? Edit: Sorry--I omitted some

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.