summaryrefslogtreecommitdiff
path: root/html/javascript
AgeCommit message (Collapse)Author
2024-02-25Improve robustness of table filterPhilip Kaludercic
To avoid raising an exception while parsing a regular expression, we process the input escaping meta-characters and creating a custom regular expression that matches words in the query occurring in any order. (Bug#69132)
2024-02-25Improve performance of the table filterPhilip Kaludercic
The main changes are to modify the class lists less frequently, thus reducing the number of CSS reflows and the utilisation of an "idle timer", to avoid unnecessarily updating the table while the user is still typing. (Bug#69132)
2024-02-23Replace jQuery "filtertable" script with plain JavaScriptPhilip Kaludercic
2020-09-11Sync jQuery with upstream (version 1.12.4)Stefan Kangas
2020-09-11Sync jQuery.FilterTable with upstream (version 1.5.7)Stefan Kangas
2015-10-30Better generated HTML pagesNicolas Petton
* admin/archive-contents.el: Better HTML generation. * html/index.html: Improvements of the page. * html/javascript/jquery.filtertable.min.js: * html/layout.css: New css rules * html/favicon.png: * html/images/elpa-small.png: * html/images/elpa.png: * html/javascript/jquery.min.js: * html/javascript/package-search.js: New files.