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

Linux内核完全剖析

Linux内核完全剖析

赵炯 / 机械工业出版社 / 2006-1 / 79.00元

本书对早期Linux操作系统内核全部代友文件进行了详细的剖析,旨在让读者在尽量短的时间内对Linux的工作机理获得全面而深刻的理解,为进一步学习和研究Linux系统打下坚实的基础。虽然选择的版本较低,但该内核已能够正常编译运行,并且其中已包括了Linux工作原理的精髓。书中首先以Linux源代码版本的变迁为主线,简要介绍了Lin-ux系统的发展历史,同时着重说明了各个内核版本之间的主要区别和改进方......一起来看看 《Linux内核完全剖析》 这本书的介绍吧!

MD5 加密
MD5 加密

MD5 加密工具

XML、JSON 在线转换
XML、JSON 在线转换

在线XML、JSON转换工具

HEX HSV 转换工具
HEX HSV 转换工具

HEX HSV 互换工具