Back to search
Extends jQuery to add support for CSS3 xxx-of-type selectors
Stars
133
Forks
15
Watchers
133
Open Issues
2
Overall repository health assessment
No language data available
No package.json found
This might not be a Node.js project
4
commits
Incorrect nodes were selected when loop value (A)(implied '1') was omitted in -of-type(An+B) (i.e n+7 or -n+7). Tidied nth-of-type params.
fb8977eView on GitHubFixed bug with :nth-of-type(1). Forced parseInt() to resolve to base10 for non-n values.
601ffbbView on GitHub