jDrop Image Combo
- 授权协议: 未知
- 开发语言:
- 操作系统: 未知
- 软件首页: http://plugins.jquery.com/project/jDrop
软件介绍
jDrop -Alpha -0.3.7
jDrop turns your SELECT OPTION form elements into drop down lists that can be fully styled with CSS. Use jDrop as an image combo box or drop down list. You can add ANY xhtml element to your dropdown or combobox.
jDrop changes the value of your original form elements, making the data POST'able on submit, integrating seamlessly with your existing forms.
Demo & Zipped Code:
Try it here!
Directions: Just insert script type="text/javascript" src="js/jquery.jdrop.js" into your HEAD and write your SELECT's as follows:
<select name="animal">
<option html="<img src='gfx/dog.png' />" selected="selected">Dog</option>
<option html="<img src='gfx/cat.png' />">Cat</option>
<option html="<img src='gfx/duck.png' />">Duck</option>
<option html="<img src='gfx/fish.png' />">Fish</option>
<option html="<img src='gfx/snake.png' />">Snake</option>
</select>Currently in Alpha 0.3.7.
In development for the next version:
- Image cache support.
- Phasing out the HTML="" attribute to aviod custom DTD.
- Using ID instead of TITLE to link the drop-down with it's source element.
- Feature requests and ideas very welcome
jDrop currently uses a Custom DTD to validate but this will be phased out in the next version.
UML基础、案例与应用
施穆勒 / 李虎、赵龙刚 / 人民邮电出版社 / 2004-7-1 / 42.00元
本书教读者循序渐进地、系统地学习UML基础知识和应用技术。和前一版相比,本书内容根据UML 2.0进行了补充和更新,随书光盘包含了建模工具Poseidon的试用版。 全书分为三部分24章。第一部分“基础知识”包括第1章到第15章,主要是介绍UML语言的基础知识以及面向对象的概念和思想,还简单介绍了UML在开发过程的应用方法。第二部分“学习案例”包括第16章到第22章,结合实例详细分析了UML的应用......一起来看看 《UML基础、案例与应用》 这本书的介绍吧!
