1 रिपॉजिटरी
Mechanisms for attaching search and filter logic to DOM elements via CSS classes.
Distinct from Search-Index-Based Retrieval: Candidates focus on regex filters or general index retrieval; this is about targeting elements via CSS classes to attach behavior.
Explore 1 awesome GitHub repository matching user interface & experience · CSS Selector-Based Search Attachments. Refine with filters or upvote what's useful.
list.js is a JavaScript search and sort library used to add real-time filtering, sorting, and pagination to HTML lists and tables without backend dependencies. It functions as a DOM data indexer and template-driven HTML renderer, allowing developers to manage how data is displayed and discovered on the client side. The library distinguishes itself through a fuzzy string matching engine that handles approximate matches and typos, and a DOM data indexer that extracts values directly from HTML data attributes to build a searchable internal index. It uses a template-driven rendering system to gen
Attaches search and filter behavior to specific HTML elements by targeting their CSS classes.