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

The Archive Base Latest Questions

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

Hi all is this possible. I am looking to setup a jquery filter could

  • 0

Hi all is this possible.

I am looking to setup a jquery filter could i filter the follow list like this.

<ul>
<li class="5"> filter</li>
<li class="6"> filter</li>
<li class="1"> filter</li>
<li class="5"> filter</li>
<li class="2"> filter</li>
<li class="4"> filter</li>
<li class="7"> filter</li>
</ul>

so after running the filter the outcome would be.

<ul>
<li class="7"> filter</li>
<li class="6"> filter</li>
<li class="5"> filter</li>
<li class="4"> filter</li>
<li class="3"> filter</li>
<li class="2"> filter</li>
<li class="1"> filter</li>
</ul>

i dont now how to filter by number.

<select id="filter" name="filter">
<option value="---">---</option>
<option value="viewed">filter by most viewed</option>
<option value="liked">filter by most liked</option>
</select>

$('#filter').change(function() {

         var val = $(this).val();

         if(val == 'viewed'){

              //dont now what to do here is it possibble

         }


         return false;   
});

Thanks

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

    see http://www.onemoretake.com/2009/02/25/sorting-elements-with-jquery/ for sorting elements with jquery
    Or you could just remove all elements beyond <ul> (with $('ul').html('') and store them in a javascript structure. Then loop through the elements and insert them in the right order. You can get the sort-class-number with the jquery .class selector.

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

Sidebar

Related Questions

Is this possible? I want to have the To:, Body, and an Attachment all
I don't see what all this fuss is about Microsoft's decision to support JQuery
I'm always surprised that even after using C# for all this time now, I
I'm looking to setup a lightweight, developer only web stack on Windows (and possible
All this originated from me poking at a compiler warning message (C4267) when attempting
What's all this business about Flash, Flex, Adobe Air, Java FX and Silverlight? Why
I've managed to mostly ignore all this multi-byte character stuff, but now I need
I have a small app that has a Render thread. All this thread does
All of this is pertaining to WebHttp binding, hosted in a custom Service Host
I see this all the time in Ruby: require File.dirname(__FILE__) + /../../config/environment What does

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.