SelSo

码农软件 · 软件分类 · 其他jQuery插件 · 2020-01-09 13:26:54

软件介绍

Let's say you have a set of items you want to sort in a different order dynamically on the client, but you can not use the tablesorter plugin, because you can not put the data in a table.

That's what you will do with this plugin.

It's as simple as $('myselection').selso(options), with options = { type:'alpha',orderBy:'span.alpha'}. This means the plugin will look for the span.alpha elements within your selection, and sort the selection according to what is inside the span.alpha.

The selected elements will be sorted within their own parent. Which means if you have two lists, and you select all the li's, both lists will be sorted independently.

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

Java 8实战

Java 8实战

厄马(Raoul-Gabriel Urma)、弗斯科(Mario Fusco)、米克罗夫特(Alan Mycroft) / 陆明刚、劳佳 / 人民邮电出版社 / 2016-4-1 / CNY 79.00

本书全面介绍了Java 8 这个里程碑版本的新特性,包括Lambdas、流和函数式编程。有了函数式的编程特性,可以让代码更简洁,同时也能自动化地利用多核硬件。全书分四个部分:基础知识、函数式数据处理、高效Java 8 编程和超越Java 8,清晰明了地向读者展现了一幅Java 与时俱进的现代化画卷。一起来看看 《Java 8实战》 这本书的介绍吧!

CSS 压缩/解压工具
CSS 压缩/解压工具

在线压缩/解压 CSS 代码

JSON 在线解析
JSON 在线解析

在线 JSON 格式化工具

RGB HSV 转换
RGB HSV 转换

RGB HSV 互转工具