开源软件名称(OpenSource Name):mambows/mobilemenu开源软件地址(OpenSource Url):https://github.com/mambows/mobilemenu开源编程语言(OpenSource Language):JavaScript 100.0%开源软件介绍(OpenSource Introduction):jQuery MobilemenujQuery mobile menu is a jquery plugin for turn an unordered list menu into dropdown select menu InstalationJust include the script on your html files <script type="text/javascript" src="jquery.mobilemenu.js"></script> UsageAfter including the script on your html, just write this code somewhere on your javascript file. $('.menu').mobileMenu(); OptionsjQuery mobilemenu have some options:
$('.menu').mobileMenu({
defaultText: 'Navigate to...',
className: 'select-menu',
subMenuDash: '–'
}); |
2023-10-27
2022-08-15
2022-08-17
2022-09-23
2022-08-13
请发表评论