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

游戏开发的数学和物理

游戏开发的数学和物理

[ 日] 加藤洁 / 徐 谦 / 人民邮电出版社 / 59.00元

本书严格选取了游戏开发中最常用的数学和物理学知识,通过游戏开发实例,配上丰富的插图,以从易到难的顺序进行讲解。第1章到第5章分别讲解了物体的运动、卷动、碰撞检测、光线的制作、画面切换的细分处理。这五章将2D游戏必需的知识一网打尽,同时还严格挑选了少量3D游戏编程的基础内容以供参考。第6章系统梳理了游戏开发的数学和物理学理论,帮助读者更好地理解前五章的内容。 本书适合网络和手机游戏开发者阅读。一起来看看 《游戏开发的数学和物理》 这本书的介绍吧!

HTML 编码/解码
HTML 编码/解码

HTML 编码/解码

XML 在线格式化
XML 在线格式化

在线 XML 格式化压缩工具

正则表达式在线测试
正则表达式在线测试

正则表达式在线测试