Build Custom Menu Dropdwon with jQuery UI Selectmenu
-
OMG… Difficult for newbie via api document. Tried not luck.
Plugin setting:
jQuery(document).ready(function($) { $( "#speed" ).selectmenu(); });
What should I to change for “#speed”?
Hope someone may help me with example HTML markup for build custom menu dropdown.
In my text widget (list category link of custom menu with dropdown):
<select name="speed" id="speed"> <option data-href="https://xxxxx.xxxx/yyy/zzzzzzzz/business-finance">Shop Business & Finance</option> </select>
The dropdown widget was shown but cannot link to category page
Is this correct or need further add parameter?
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘Build Custom Menu Dropdwon with jQuery UI Selectmenu’ is closed to new replies.