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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 28, 20262026-05-28T19:55:32+00:00 2026-05-28T19:55:32+00:00

Im using jQuery UI Selectable for list items in Ordered list, But i just

  • 0

Im using jQuery UI Selectable for list items in Ordered list, But i just want to disable only one list item from that ol, is their any way to do that?
here is my code

<ol id="selectable"> 
   <li>enable & selectable</li>
   <li>enable & selectable</li>
   <li>enable & selectable</li>
   <li>disable & not selctable</li>
</ol>
<script type="text/javascript">
   $( "#selectable" ).selectable();
</script>
  • 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-28T19:55:34+00:00Added an answer on May 28, 2026 at 7:55 pm

    The Selectable widget provides a filter option that can be used to include children of the matched element:

    $("#selectable").selectable({
        filter: ".something" //Give the elements to be selectable a class
    });
    

    Your HTML would then look something like this:

    <ol id="selectable"> 
       <li class="something">enable & selectable</li>
       <li class="something">enable & selectable</li>
       <li class="something">enable & selectable</li>
       <li>disable & not selctable</li>
    </ol>
    

    Here’s a working example.

    If the li you want to exclude is always the last one, like in your example, you could avoid adding a class to each of the li elements and use the :not and :last selectors:

    $("#selectable").selectable({
        filter: "li:not(:last)"
    });
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I am using jQuery UI Selectable plugin. I want to select one item at
Using the jQuery UI library selectable(). Links within the selectable list items are not
I am trying to have the functionality of the jQuery selectable list when using
Basically I am using jQuery ui's selectable functionality on a ul , but the
I am trying to add a jquery-ui selectable to data that is returned from
I am using Jquery and html to create a grid with an ordered list
I'm using the jquery multiselect control from: http://abeautifulsite.net/notebook/62 I need to manually check one
I'm working with a list whose items are both selectable (using checkboxes) and sortable
I'm using a jQuery UI plugin that captures mouse/keyboard clicks (ui.selectable.js) and doesn't seem
Using jQuery, is there a way to select all tag that reference a specific

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.