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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 26, 20262026-05-26T17:21:49+00:00 2026-05-26T17:21:49+00:00

I have the following unorderered list code which displays the list below: <ul> <li

  • 0

I have the following unorderered list code which displays the list below:

<ul>
  <li name="EMI7428"><ins class="jstree-icon2">&nbsp;</ins><a href="#"><ins class="jstree-icon2">&nbsp;</ins>organ</a>
  <ul>
  <li name="EMI7436"><ins class="jstree-icon2">&nbsp;</ins><a href="#"><ins class="jstree-icon2">&nbsp;</ins>sub organ1</a>
  <ul>
  <li name="EMI8217"><ins class="jstree-icon2">&nbsp;</ins><a href="#"><ins class="jstree-icon2">&nbsp;</ins>sub organ2</a>
  <ul> 
  <li name="EMI8224"><ins class="jstree-icon2">&nbsp;</ins><a href="#"><ins class="jstree-icon2">&nbsp;</ins>sub organ3</a>
  <ul>
  <li name="EMI7428"><ins class="jstree-icon2">&nbsp;</ins><a href="#"><ins class="jstree-icon2">&nbsp;</ins>sub organ4</a>
  </li></ul>
  </li></ul>
  </li></ul>
  </li></ul>
  </li>
</ul> 
      organ

        sub organ1

          sub organ2

            sub organ3

              sub organ4

When user clicks on a button, I would like to change the class of the <ins> tag for a particular <li> tag to be changed.

I am using the code below to change the class of the <ins> tag.

$j("li[name='"+emi_id+"'] ins").attr("class","jstree-icon2"); // set class to display new icon

It is working fine, except for the following error. if user selects the first <li> tag (EMI7428), all the <ins> tags inside that <li> tag (all the <ins> tags of the <ul> found inside that <li> tag) have their classes changed and this is not the behaviour i would like.
I would like only the class of the ins tags belonging to an <li> tag with a particular name to be changed and i don’t want the change to propagate to the inner <ul>.

I would really appreciate it if somebody could help me out with this.

  • 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-26T17:21:50+00:00Added an answer on May 26, 2026 at 5:21 pm

    I think the selector you want is:

    $j("li[name='"+emi_id+"'] > ins")
    

    The > symbol selects all elements that are a direct descendent of the li and not subsiquent non-direct child elements.

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

Sidebar

Related Questions

Say I have the following unordered list <ul class=container> <li class=item style=display: none;>first item</li>
Suppose I have the following code: List<SomeObject> someObjects = ReturnListWithThousandsOfObjects(); foreach(SomeObject someobject in someObjects)
Hi I have the following code <ul id=sample-menu-1 class=sf-menu> <li class=current><a href=#a>main item <span
Lets say i have the following unordered list <ul> <li><a>Hank</a></li> <li><a>Alice</a></li> <li><a>Tom</a></li> <li><a>Ashlee</a></li> </ul>
suppose i have the following: boost::unordered_map< string , someValueType > map; someValueType& value =
I Have a object which the following field : boost::unordered_map<std::string, std::shared_ptr<Foo> > m_liste_; I
I have a simple ASP.Net form with the following unordered list: <ul id=ctl00_ContentPlaceHolder1_BulletedList1> <li>No
I currently have a drop-line horizontal menu using an unordered list with the following
I have a multi level unordered list ( ul , li ): <ul class=onlyme>
i have the following unordered list: <ul id=#lastcompanieslist> <li style=display: none; page=0>whatever 1</li> <li

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.