cheeriojs/cheerio

.attr(name) should lowercase name property

Open

#581 ouverte le 21 oct. 2014

Voir sur GitHub
 (3 commentaires) (0 réactions) (0 assignés)TypeScript (1 626 forks)batch import
good first issue❌ Bug

Métriques du dépôt

Stars
 (28 115 stars)
Métriques de merge PR
 (Merge moyen 6h 41m) (30 PRs mergées en 30 j)

Description

When looking up an attribute with .attr(), the name of the attribute should be lowercased before looking up in .attribs object.

Guide contributeur