jquery带筛选分页功能的下拉菜单插件

所属分类: 网页特效-分页&翻页    2023-07-24 04:55:13

jquery带筛选分页功能的下拉菜单插件 ie兼容6
反馈问题  查看演示  登录后下载 温馨提示
登录会员即可享受免费下载
 我要建站

jquery带筛选分页功能的下拉菜单插件(共7个文件)

    • index.html

使用方法

  var data = [
  {id:'A001',name:'Adams',    post:'Sales',          position:'The rank and file'},
  {id:'A002',name:'Darling',  post:'Sales',          position:'The rank and file'},
  {id:'A003',name:'Kingston', post:'General Affairs',position:'Chief clerk'},
  {id:'A004',name:'Darling',  post:'General Affairs',position:'Section chief'},
  {id:'A005',name:'Adams',    post:'Personnel',      position:'The rank and file'},
  {id:'A006',name:'Kingston', post:'Sales',          position:'Director'},
  {id:'A007',name:'Kingston', post:'Sales',          position:'Section chief'},
  {id:'A008',name:'Darling',  post:'Personnel',      position:'Chief'},
  {id:'A009',name:'Adams',    post:'Personnel',      position:'Chief'},
  {id:'A010',name:'Adams',    post:'General Affairs',position:'The rank and file'},
  {id:'A011',name:'Darling',  post:'General Affairs',position:'The rank and file'},
  {id:'A012',name:'Kingston', post:'Sales',          position:'The rank and file'},
  {id:'A013',name:'MacKenzie',post:'Sales',          position:'Chief clerk'},
  {id:'A014',name:'Darling',  post:'Sales',          position:'Vice-chief'},
  {id:'A015',name:'MacKenzie',post:'General Affairs',position:'Vice-chief'},
  {id:'A016',name:'Kingston', post:'Personnel',      position:'Director'},
  {id:'A017',name:'MacKenzie',post:'Personnel',      position:'Section chief'},
  {id:'A018',name:'MacKenzie',post:'Sales',          position:'Chief'}
];

$(function() {
  $('#combobox').ajaxComboBox(
    data,
    {
      sub_info: true,
      sub_as: {
        id: 'Employer ID',
        post: 'Post',
        position: 'Position'
      },
      select_only: true,
      init_record: 'A009',
      primary_key: 'id',
    }
  );
});

$(function() {
  $('#textarea').ajaxComboBox(
    data,
    {
      plugin_type: 'textarea',
      tags: [
        {
          pattern: ['@', '']
        }
      ]
    }
  );
});

站长提示:
1. 平台上所有素材资源,需注册登录会员方能正常下载。
2. 会员用户积极反馈网站、素材资源BUG或错误问题,每次奖励20K币
3. PHP源码类素材,如需协助安装调试,或你有二次开发需求,可联系苦力吧客服。
4. 付费素材资源,需充值后方能下载,如有任何疑问可直接联系苦力吧客服
相关资源 / 分页&翻页

jquery基于EasyHelper分页插件代码

jquery基于EasyHelper分页插件是一款内容分页区块功能效果,支持显示总数据量和跳转、默认处于指定页码。
  分页&翻页
 142  

jquery蓝色简单的商品分页样式代码

一款蓝色列表分页代码,可设置最大显示页码数maxshowpageitem及pagelistcount。
  分页&翻页
 148  

jquery带搜索跳转功能的列表分页代码

这是一款可以设置多个列表数量,带分页搜索跳转功能,非常实用的jquery分页代码。
  分页&翻页
 184  

jquery点击分页加载数据内容效果代码

一款蓝色风格分页代码,可自定义设置默认数据条数、页码个数等。
  分页&翻页
 141  

评论数(0) 回复有机会获得K币 用户协议

^_^ 还没有人评论,快来抢个沙发!
😀
  • 😀
  • 😊
  • 😂
  • 😍
  • 😑
  • 😷
  • 😵
  • 😛
  • 😣
  • 😱
  • 😋
  • 😎
  • 😵
  • 😕
  • 😶
  • 😚
  • 😜
  • 😭
发表评论