Based on the jquery Adaptive window size navigation menu

Source: Internet
Author: User

Based on the jquery Adaptive window size navigation menu. This is a responsive navigation menu effect that supports mobile navigation menu code. As follows:

Online preview Source Download

The implemented code.

HTML code:

<H1>Jquery/zepto Responsive Menu Pgwmenu Demo</H1>  <Pclass= "Dowebok-explain">Please zoom out/Enlarge browser window width to see the effect</P>   <H2>Dark Style (default)</H2>  <ulclass= "Pgwmenu">      <Li><aclass= "Selected"href= "http://sc.chinaz.com/">Home</a></Li>      <Li><ahref= "http://sc.chinaz.com/">Code</a></Li>      <Li><ahref= "http://sc.chinaz.com/">Material</a></Li>      <Li><ahref= "http://sc.chinaz.com/">Template</a></Li>       <Li><ahref= "javascript:">About</a></Li>      <Li><ahref= "javascript:">Service</a></Li>      <Li><ahref= "http://sc.chinaz.com/">Contact</a></Li>  </ul>    <H2>Light Style (default)</H2>  <ulclass= "Pgwmenu Light">      <Li><aclass= "Selected"href= "http://sc.chinaz.com/">Home</a></Li>      <Li><ahref= "http://sc.chinaz.com/">Code</a></Li>      <Li><ahref= "http://sc.chinaz.com/">Material</a></Li>      <Li><ahref= "http://sc.chinaz.com/">Template</a></Li>       <Li><ahref= "javascript:">About</a></Li>      <Li><ahref= "javascript:">Service</a></Li>      <Li><ahref= "http://sc.chinaz.com/">Contact</a></Li>  </ul>   <H2>Custom styles</H2>  <ulclass= "Pgwmenucustom">      <Li><aclass= "Selected"href= "http://sc.chinaz.com/">Home</a></Li>      <Li><ahref= "http://sc.chinaz.com/">Code</a></Li>      <Li><ahref= "http://sc.chinaz.com/">Material</a></Li>      <Li><ahref= "http://sc.chinaz.com/">Template</a></Li>       <Li><ahref= "javascript:">About</a></Li>      <Li><ahref= "javascript:">Service</a></Li>      <Li><ahref= "http://sc.chinaz.com/">Contact</a></Li>  </ul>

JS Code:

$ (function  () {           $ ('. Pgwmenu '). Pgwmenu ({               ' menu ',               ' more <span class= ') Icon "></span>"           });            $ ('. Pgwmenucustom '). Pgwmenu ({               ' pgwmenucustom ',               ' menu ',               ' more <span class= "icon" ></span> "}")       ;

via:http://www.w2bc.com/article/59868

Based on the jquery Adaptive window size navigation menu

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.