jQuery自动补齐插件 Marco Polo

码农软件 · 软件分类 · jQuery自动完成插件 · 2019-12-13 08:44:29

软件介绍

马可波罗(Marco Polo),一个为独具慧眼的开发人员准备的jQuery自动补齐插件。

在线演示:http://justinstayton.com/jquery-marcopolo/

示例代码:

 

$('#userSearch').marcoPolo({

  url: '/users/search',

  formatItem: function (data, $item) {

    return     data.first_name + ' ' + data.last_name;

  }, 

  onSelect: function (data, $item)     { 

    window.location = data.profile_url;

  } 

});

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

Web 2.0 Architectures

Web 2.0 Architectures

Duane Nickull、Dion Hinchcliffe、James Governor / O'Reilly / 2009 / USD 34.99

The "Web 2.0" phenomena has become more pervasive than ever before. It is impacting the very fabric of our society and presents opportunities for those with knowledge. The individuals who understand t......一起来看看 《Web 2.0 Architectures》 这本书的介绍吧!

RGB转16进制工具
RGB转16进制工具

RGB HEX 互转工具

图片转BASE64编码
图片转BASE64编码

在线图片转Base64编码工具

RGB CMYK 转换工具
RGB CMYK 转换工具

RGB CMYK 互转工具