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.
尽在双11:阿里巴巴技术演进与超越
阿里巴巴集团双11技术团队 / 电子工业出版社 / 2017-4 / 79
“双 11”,诞生于杭州,成长于阿里,风行于互联网,成就于新经济,贡献于全世界。 从 2009 年淘宝商城起,双 11 已历经八年。每年的双 11 既是当年的结束,又是走向未来的起点。技术的突破创新,商业模式的更替交互,推动着双 11 迈步向前。 《尽在双11——阿里巴巴技术演进与超越》是迄今唯一由阿里巴巴集团官方出品、全面阐述双 11 八年以来在技术和商业上演进和创新历程的书籍。内容......一起来看看 《尽在双11:阿里巴巴技术演进与超越》 这本书的介绍吧!
