jQuery下拉列表插件 jQselectable

所属分类:输入-选择框

 101204  341  查看评论 (3)
分享到微信朋友圈
X
jQuery下拉列表插件 jQselectable ie兼容6

用法

HTML

<script type="text/javascript" src="http://www.google.com/jsapi"></script>
<script type="text/javascript">google.load("jquery", "1.3.2");</script>

同时加入css和js文件。

<style type="text/css" href="skin/selectable/style.css" />
<script type="text/javascript" src="js/jQselectable.js"></script>

JS

基本的

$(object).jQselectable();

如果你还用老方法,那就是'selectable'。但如果jQuery的用户界面的可选插件已经加载,则无法访问该方法。

$(object).selectable();

选项

$(object).jQselectable({
     style: 'simple',
     set: 'fadeIn',
     out: 'fadeOut',
     top: -10
});


相关插件-选择框

移动端pc端地区选择插件

兼容移动端的地区选择插件
  选择框
 39940  334

移动端城市选择

实现移动端无需选择省份,即可选择城市
  选择框
 39816  353

手机端省市县三级联动

jQuery手机端省市县联动
  选择框
 31685  343
  选择框
 52623  470

讨论这个项目(3)回答他人问题或分享插件使用方法奖励jQ币 评论用户自律公约

    conderpath?????????? 0
    2017/11/15 14:07:17
    lbh159 0
    2017/4/13 11:11:05

    设计不错,但样式容易和页面其他部分混淆,比如里面的body和a标签等需要屏蔽掉。

    回复
    SIN 0
    2016/5/16 15:05:42
    请问这个变化的时候怎么跳转到相应的页面啊・・・・ 回复
😃
  • 😀
  • 😉
  • 😥
  • 😵
  • 😫
  • 😘
  • 😡
  • 👍
  • 🌹
  • 👏
  • 🍺
  • 🍉
  • 🌙
  • 💖
  • 💔
😃
  • 😀
  • 😉
  • 😥
  • 😵
  • 😫
  • 😘
  • 😡
  • 👍
  • 🌹
  • 👏
  • 🍺
  • 🍉
  • 🌙
  • 💖
  • 💔
取消回复