类似于按字母顺序排列的联系人列表的 jQuery 插件
人们是否知道任何像样的 jQuery 插件可以向用户呈现按字母顺序排列的姓名列表,就像 iPhone 目录中的联系人一样。
也就是说,如果我点击“T”,它会给我所有以“T”等开头的名字。
Do people know of any decent jQuery plugins that will present to the user a list of names that are alphabatized, just like the contacts in an iPhone directory.
That is, if I click on "T", it will give me all the names beginning with "T" etc.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
有两个流行的插件可以复制 iPhone 联系人列表。
There are two popular plugins that replicate the iPhone contact list.
jQuery Table Sorter 允许您按字母顺序对表列进行排序,但我认为您不能按字母选择它。不过也许可以帮助你开始。
The jQuery Table Sorter lets you sort table columns alphabetically, but I don't think you can select it by letter. May get you started though.