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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 26, 20262026-05-26T18:52:09+00:00 2026-05-26T18:52:09+00:00

Basically, I just want to know how to check if a sortable list is

  • 0

Basically, I just want to know how to check if a sortable list is empty or not. I have an ajax call after a list is updated, but if there are no items I want to bypass the call because it will be unnecessary.

What would be the method to achieve this? Is there a simple method?

  • 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-26T18:52:09+00:00Added an answer on May 26, 2026 at 6:52 pm

    Using jQuery you can attempt to select the sortables and test how many elements are returned:

    if ($('.sortable-class').length > 0) {/*something with the class `sortable-class` exists*/}
    

    The above code assumes that each of the elements in your sortable have the class sortable-class. All you really need is a unique selector that will only find your sortables. For instance if your sortables are all children of an element then your selector could look like this:

    HTML

    <ul id="sortable_parent">
        <li>this is sortable</li>
        <li>this is also sortable</li>
    </ul>
    

    JS

    if ($('#sortable_parent').children('li').length > 0) {/*atleast one li exists*/}
    

    Here’s some documentation if you’re into that kind of thing: http://api.jquery.com/length

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

Sidebar

Related Questions

Basically, I just want to know if its possible to use Nhibernate to migrate
Basically I just want to check if one time period overlaps with another. Null
So I have site list on certain pages that basically just have links to
Basically i just want to do an arbitrary operation using given arguments of arbitrary
I just basically want to add about 20 and sometimes 80 Proximity Alerts with
I just want to design this very simple website. Basically there are multiple pages
I basically want to make things easier by just looping LinkButtons instead of making
I just need a sanity check here... DEMO Basically, I can't figure out how
Basically, i want to read highscores from a file and check if the user
I know this is a trivial question. But I have search all over google

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.