How do you create drop down sections in SharePoint?

Xenon 21 Reputation points
2021-05-04T19:11:33.343+00:00

The only answers that I've found online only discuss creating drop down navigation menus or drop downs for lists.

I'm wanting to know if SharePoint can create drop downs like this page under step 5. I'd like to add something like that to a page I create. Is this possible?

93646-screenshot.jpg

SharePoint
SharePoint
A group of Microsoft Products and technologies used for sharing and managing content, knowledge, and applications.
11,209 questions
0 comments No comments
{count} votes

Accepted answer
  1. Echo Du_MSFT 17,226 Reputation points
    2021-05-05T07:38:16.607+00:00

    Hello @Xenon ,

    Welcome to Q&A Forum!

    There are two solutions for your reference:

    Step1:Add jQueryUI SPFX web part to your SharePoint. For more information, please see Add jQueryUI Accordion to your SharePoint client-side web part.

    93892-jqueryui.gif

    Step2:Using jQuery code to classic sharepoint page

    • Creat a page and Edit page
    • Add a Script Editor web part and paste this code: The jQuery.txt
    • Now on your Page Content, Type in a sample header and click Format Text. You can choose from Header 1 - Header 4.

    93882-classicpage.gif

    Thanks,
    Echo Du

    ====================

    If an Answer is helpful, please click "Accept Answer" and upvote it.
    Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.

    0 comments No comments

1 additional answer

Sort by: Most helpful
  1. Xenon 21 Reputation points
    2021-05-05T21:32:50.453+00:00

    Thanks, @Echo Du_MSFT

    Both options look very daunting to do for someone who isn't a programmer. SharePoint does not have any other web part that's built in to do this? If not, then I'll update this and make your response the answer.


Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.