jDrop Image Combo

码农软件 · 软件分类 · 其他jQuery插件 · 2020-01-12 08:28:23

软件介绍

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:

  1. Image cache support.
  2. Phasing out the HTML="" attribute to aviod custom DTD.
  3. Using ID instead of TITLE to link the drop-down with it's source element.
  4. Feature requests and ideas very welcome

jDrop currently uses a Custom DTD to validate but this will be phased out in the next version.

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

推荐系统

推荐系统

[奥地利] Dietmar Jannach、Markus Zanker、Alexander Felfernig、Gerhard Friedrich / 蒋 凡 / 人民邮电出版社 / 2013-6-25 / 59.00元

编辑推荐: 通过对本书的学习,读者不仅可以全面系统地了解该领域的基础原理,还能试验如何搭建一套真正的推荐系统。 —— 百度主任架构师、百度技术委员会主席 廖若雪 本书比较全面地介绍了推荐系统涉及的相关知识点,很适合对于推荐系统感兴趣的相关人员作为入门教程,目前能够系统全面介绍相关技术的中文书籍还显得匮乏,相信这本译著对于缓解这种情况大有裨益。 ——新浪微博数据挖掘技术专家 ......一起来看看 《推荐系统》 这本书的介绍吧!

在线进制转换器
在线进制转换器

各进制数互转换器

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

Markdown 在线编辑器

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

正则表达式在线测试