1. cheerio-select
CSS selector engine supporting jQuery selectors
cheerio-select
Package: cheerio-select
Created by: cheeriojs
Last modified: Sat, 18 Jun 2022 12:09:19 GMT
Version: 2.1.0
License: BSD-2-Clause
Downloads: 23,420,761
Repository: https://github.com/cheeriojs/cheerio-select

Install

npm install cheerio-select
yarn add cheerio-select

cheerio-select NPM version Build Status Downloads Coverage

CSS selector engine supporting jQuery selectors, based on css-select.

Supports all jQuery positional pseudo-selectors:

  • :first
  • :last
  • :eq
  • :nth
  • :gt
  • :lt
  • :even
  • :odd
  • :not(:positional), where :positional is any of the above.

This library is a thin wrapper around css-select.
Only use this module if you will actually use jQuery positional selectors.

RELATED POST

10 Must-Know Windows Shortcuts That Will Save You Time

10 Must-Know Windows Shortcuts That Will Save You Time

Arrays vs Linked Lists: Which is Better for Memory Management in Data Structures?

Arrays vs Linked Lists: Which is Better for Memory Management in Data Structures?

Navigating AWS Networking: Essential Hacks for Smooth Operation

Navigating AWS Networking: Essential Hacks for Smooth Operation

Achieving Stunning Visuals with Unity's Global Illumination

Achieving Stunning Visuals with Unity's Global Illumination

Nim's Hidden Gems: Lesser-known Features for Writing Efficient Code

Nim's Hidden Gems: Lesser-known Features for Writing Efficient Code