2 repository-uri
Mapping HTML elements and attributes to internal data structures for efficient client-side querying.
Distinct from Search Indexing: Unlike general search indexing [f3_mt2], this specifically targets the mapping of DOM attributes to searchable values.
Explore 2 awesome GitHub repositories matching web development · DOM-Based Data Indexing. 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
Maps HTML elements and data attributes to an internal structure for efficient client-side querying.
OwlCarousel2 is a touch-enabled jQuery plugin used to create responsive content sliders and carousels. It allows for the creation of image sliders and content collections that adjust the number of visible items based on screen size breakpoints. The project utilizes a modular architecture, enabling the addition or removal of specific functional modules to modify behavior and reduce the final JavaScript bundle size. It provides native support for navigation through touch-screen swiping and mouse-based dragging.
Stores the current slide index and carousel status directly within HTML data attributes.