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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 31, 20262026-05-31T05:28:51+00:00 2026-05-31T05:28:51+00:00

In this example: http://jsfiddle.net/ga89T/10/ I have 3 Sections (section 1, section 3 and section

  • 0

In this example:
http://jsfiddle.net/ga89T/10/

I have 3 Sections (section 1, section 3 and section 3). In this example you can try, when I sort the sections, the function sortable(“toArray”) returns the order of those sections.

Now I would like to get the order of such sections with class="current".

I tried the following:

$("#accordion.current").sortable("toArray"); 

but it returns [object object]

How can I select certain sections to be sorted?

  • 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-31T05:28:51+00:00Added an answer on May 31, 2026 at 5:28 am

    First, you should use the descendant operator because the sortable itself doesn’t have a .current class. Second, you may be better off using the .map function: http://jsfiddle.net/ga89T/12/.

    var order = $("#accordion .current").map(function() {
        return this.id;
    }).get();
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have seen this example: http://jsfiddle.net/UwEe2/306/ that is implemented with scrollleft . Now I
Based in this example http://jsfiddle.net/Nb3uW/30/ how can make it to show each link the
i have this simple example here : http://jsfiddle.net/pTyvc/1/ i don't want the sub_menu div
I have this example http://jsfiddle.net/HnfCU/ I use jQuery to show and hide the .child
Example http://jsfiddle.net/Rg8rf/ $(#label).change(function() { var src = $(this).data('value'); alert(src); }); How do I grab
This is example http://jsfiddle.net/4BjVv/6/ $(function(){ $('ul#crumbs li a').bind('click',crumbClick) }); function crumbClick(){ $('ul#crumbs .selected').removeClass('selected'); $(this).parents('li').addClass('selected');
First the example: http://jsfiddle.net/5S3mk/3/ I have a table whose columns need to be sortable
Look at this example: http://jsfiddle.net/nvcode/BnGyu/2/ Now it is clearly obvious that the browser can
im following this example http://jsfiddle.net/rniemeyer/badZb/ . I just copy and paste the exact code
in this example http://layout.jquery-dev.net/demos/toggle_alternate_layouts.html you can see that the resize is on the fly.

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.