Mac-Style Drop Down Menu

码农软件 · 软件分类 · 其他jQuery插件 · 2020-01-11 22:41:54

软件介绍

Description

This plugin dynamically skin default form's drop down menu, i.e. <select>, of choice as if rendered on Safari browser; thus, the name: Mac-Style Drop Down Menu.

In a general sense, the plugin serves as a foundation for further customization (new skin, animation, etc.). This is particularly useful when you want to create a drop down menu that has consistent look across different browsers. Please don't hesitate to create support requests if you have any problems or suggestions/comments.

Design

  • Safe-fail: the default drop down will still work when Javascript is disabled.
  • Progressive enhancement (at least, I tried hard to comply).

Latest Releases

Version 1.0, for download and release notes please go to modmac v1.0.

For older versions, see Releases below.

Compatibility

This plugin has been tested to be compatible with Internet Explorer 7.0, Firefox 2.0, and Safari 2.0 or greater.

How to Use

Call modmac function on <select> element to which you want to apply the skin. Yep, that's all you need to do.

...
$(document).ready(function() {
$('#id').modmac();
});
...
<form method="get" action="/scripts/backend.php">
  <!-- simply code using the default markup -->
  <select id="id" name="month">
    <option value="January" selected="selected">January</option>
    <option value="February">February</option>
    <option value="March">March</option>
  </select>
  ...

Demo

Please visit: http://www.mulyadi.org/demo/jquery/modmac/modmac.html

本文地址:https://codercto.com/soft/d/23183.html

趣学算法

趣学算法

陈小玉 / 人民邮电出版社 / 2017-7-1 / 89.00元

本书内容按照算法策略分为7章。 第1章从算法之美、简单小问题、趣味故事引入算法概念、时间复杂度、空间复杂度的概念和计算方法,以及算法设计的爆炸性增量问题,使读者体验算法的奥妙。 第2~7章介绍经典算法的设计策略、实战演练、算法分析及优化拓展,分别讲解贪心算法、分治算法、动态规划、回溯法、分支限界法、线性规划和网络流。每一种算法都有4~10个实例,共50个大型实例,包括经典的构造实例和实......一起来看看 《趣学算法》 这本书的介绍吧!

随机密码生成器
随机密码生成器

多种字符组合密码

Markdown 在线编辑器
Markdown 在线编辑器

Markdown 在线编辑器

RGB CMYK 转换工具
RGB CMYK 转换工具

RGB CMYK 互转工具