The content of the javascript select list is sorted in reverse alphabetical order and in reverse order.

Source: Internet
Author: User

Some netizens posted this question on 51js today. I thought it was to sort the content in alphabetical order. Because I have read a forward-ordered article before, I think it should be difficult to reverse-order it, after checking the information, the problem was quickly solved.
<Html> <pead> <title> carefree script code test webpage </title> </pead> <body> <SELECT name = "a" id = "a"> <OPTION value = "B"> B </OPTION> <OPTION value = "e"> e </OPTION> <OPTION value = "c"> c </OPTION> <OPTION value = "f"> f </OPTION> <OPTION value = "a"> a </OPTION> </SELECT> </body> </ptml>
[Ctrl + A select all Note: If you need to introduce external Js, You need to refresh it to execute]
However, after reading the reply, the author did not have a clear description of the problem. He intended to arrange the list content in reverse order, that is, abcef is changed to fecba.
I thought it was not easy to solve. I suddenly remembered that the array had a reverse () function (which sorted the array content in reverse order), and the problem suddenly became quite simple.
<Html> <pead> <title> carefree script code test webpage </title> </pead> <body> <SELECT name = "a" id = "a"> <OPTION value = "B"> B </OPTION> <OPTION value = "e"> e </OPTION> <OPTION value = "c"> c </OPTION> <OPTION value = "f"> f </OPTION> <OPTION value = "a"> a </OPTION> </SELECT> </body> </ptml>
[Ctrl + A select all Note: If you need to introduce external Js, You need to refresh it to execute]

Related Article

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.