jonex2
jonex2
Because matching heights sometimes should only work at a special viewport, i added a media query option. example of using the option: $('li').matchHeight({ byRow: false, property: 'height', target: null, remove:...
If I call the destroy method of the plugin while the sticky header is active, it leaves styles in the markup and the table behaves different. ` Companies listed on...
Searching for words with umlaute fails if wildcard search is used: ``` javascript const lunr = require('lunr') require('lunr-languages/lunr.stemmer.support')(lunr) require('lunr-languages/lunr.de')(lunr) const idx = lunr(function () { this.use(lunr.de) this.field('text') this.add({ id: 1,...
Is it possible to add support for BrowserSync? https://browsersync.io
### Environment * clean-css version - `5.3.3`: * node.js version - `22.11.0`: * operating system: `macOS Sonoma` ### Configuration options ```js var CleanCSS = require('clean-css'); new CleanCSS() ``` ### Input...
[Here](https://pagefind.app/docs/multilingual/) at the end is mentioned that for specialized languages like Chinese or Japanese Pagefind is not able to segment it into words in the browser. With the JS-API Intl.Segmenter...