TinySort icon indicating copy to clipboard operation
TinySort copied to clipboard

TinySort is a small script that sorts HTML elements. It sorts by text- or attribute value, or by that of one of it's children.

Results 14 TinySort issues
Sort by recently updated
recently updated
newest added

Where does this script use lodash exactly? I couldn't find any usage of it while looking at the source code. Is the dependency outdated? Could it be safely removed from...

Bumps [browserify-sign](https://github.com/crypto-browserify/browserify-sign) from 4.0.4 to 4.2.2. Changelog Sourced from browserify-sign's changelog. v4.2.2 - 2023-10-25 Fixed [Tests] log when openssl doesn't support cipher [#37](https://github.com/crypto-browserify/browserify-sign/issues/37) Commits Only apps should have lockfiles 09a8995...

dependencies

Bumps [serialize-javascript](https://github.com/yahoo/serialize-javascript) to 4.0.0 and updates ancestor dependency [webpack](https://github.com/webpack/webpack). These dependencies need to be updated together. Updates `serialize-javascript` from 1.5.0 to 4.0.0 Release notes Sourced from serialize-javascript's releases. v4.0.0 Changelog...

dependencies

Bumps [ajv](https://github.com/ajv-validator/ajv) to 6.12.6 and updates ancestor dependencies [ajv](https://github.com/ajv-validator/ajv), [eslint](https://github.com/eslint/eslint) and [request](https://github.com/request/request). These dependencies need to be updated together. Updates `ajv` from 6.5.2 to 6.12.6 Release notes Sourced from ajv's...

dependencies

I think this is a mix of #125 (unsorting, which I successfully implemented, but in a simple non-nested way) and #107 (nested divs, but much simpler than my example). In...

Hi I have html tables with date columns and am at a loss to know how to sort on the date column. I could add another hidden column with EPOCH...

The current version of [tinysort.charorder.min.js](https://github.com/Sjeiti/TinySort/blob/c7de904eecd2a69a47c8841bc98e66b3e473afca/dist/tinysort.charorder.min.js) causes the following TypeError (in Firefox 88.0): `Uncaught TypeError: j is undefined (tinysort.charorder.min.js:1:206)` The way I understand this is that Webpack moves the `const` declaration/initialization...

Hi, I have a question. How can I sort the following list of Roman numerals? https://jsfiddle.net/3r7vpd95/7/

Would it be possible to get a TypeScript d.ts file for TinySort?

help wanted

I want to use TinySort as a search filter, so the search input is used for a custom sort order. Can I use CharOrder to override default Latin sorting, or...

enhancement