• Hello how are you? I am writing to consult you, I want a submenu of the main menu to be displayed when I click in a button in the page, I would also like it to position myself in the menu area, could this be done?

    thank you very muchhhh

Viewing 3 replies - 1 through 3 (of 3 total)
  • Hi
    You can act at the click thanks to jquery. For example, the following code is used to launch actions when the element with the ID “monbouton” is clicked. You can then display an element in the area of ​​your choice.

    `$(“#monbouton”).on(“click”, function () {
    //mes actions
    })

    • This reply was modified 5 years, 7 months ago by guihom.
    • This reply was modified 5 years, 7 months ago by guihom.
    Thread Starter kechuvitalione

    (@kechuvitalione)

    Hello, thank you very much for the answer, two more queries, which I am looking for and cannot find anywhere, how to know what is the id of the submenu and where do I have to put the code that you gave me?
    sorry thanks again

    You can find here an example:
    an exemple: https://jsfiddle.net/Sk8erPeter/Tpc3k/

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘drop down a menu from a button’ is closed to new replies.