Skip to content
Anders Nygaard edited this page Mar 16, 2016 · 1 revision

jquery.dropdown

Here's setup in short:

  • Load the css and the javascript.
  • Create a div <div class = "dropdownButtonContainer" id = "linkWithMultipleTargets"></div>
  • Use jQuery and initialize your dropdownbuttons $("#linkWithMultipleTargets").dropdownButton();

Clone this wiki locally