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.
推荐系统
[奥地利] Dietmar Jannach、Markus Zanker、Alexander Felfernig、Gerhard Friedrich / 蒋 凡 / 人民邮电出版社 / 2013-6-25 / 59.00元
编辑推荐: 通过对本书的学习,读者不仅可以全面系统地了解该领域的基础原理,还能试验如何搭建一套真正的推荐系统。 —— 百度主任架构师、百度技术委员会主席 廖若雪 本书比较全面地介绍了推荐系统涉及的相关知识点,很适合对于推荐系统感兴趣的相关人员作为入门教程,目前能够系统全面介绍相关技术的中文书籍还显得匮乏,相信这本译著对于缓解这种情况大有裨益。 ——新浪微博数据挖掘技术专家 ......一起来看看 《推荐系统》 这本书的介绍吧!
