# patch.dom-select **Repository Path**: mirrors_Jam3/patch.dom-select ## Basic Information - **Project Name**: patch.dom-select - **Description**: [DEPRECATED] for legacy reasons only - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-11-23 - **Last Updated**: 2026-03-08 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ## dom-select ## :warning: DEPRECATED :warning: This module exists to fix some [kik/Azer](http://blog.npmjs.org/post/141577284765/kik-left-pad-and-npm) issues. New projects should not depend on this. --- DOM Selector Library [With Fallback Support](http://npmjs.org/qwery) ```js var select = require('select-dom') select('.foo a[href=bar]') // => [Element] select.all('.foo a[href=bar]') // => [[Element], [Element], [Element]] ```