Ecosyste.ms: OpenCollective
An open API service for software projects hosted on Open Collective.
cheerio
The fast, flexible & elegant library for parsing and manipulating HTML.
Collective -
Host: opensource -
https://opencollective.com/cheerio
- Website: https://cheerio.js.org
- Code: https://github.com/cheeriojs
Because so many of jQuery's methods accept "mixed" arrays, the array
normalization logic should ...
Extend manipulation methods to accept Arrays
github.com/cheeriojs/cheerio - f679e0022e9608fa997aa1de5b3384d6a8083d32 authored over 11 years ago
The jQuery API supports specifying an Array of DOM nodes when invoking
the following functions: ...
support .attr(attributeName, function(index, attr))
github.com/cheeriojs/cheerio - 6ac453274eae26dd6d2851e7c62910e34ebee045 authored over 11 years agogithub.com/cheeriojs/cheerio - 01a1629e40de7c8109f70e41ee5e27537ae78dfa authored over 11 years ago
github.com/cheeriojs/cheerio - a50e63d14b95bbd18cdca9ac56ac382470b3d724 authored over 11 years ago
github.com/cheeriojs/cheerio - a3dc4bc9cbdf0fcab6820c542c63c2549d338279 authored over 11 years ago
github.com/cheeriojs/cheerio - 11ab5fe5f538c3e1e4a2f67e1c4e3308e2f24a31 authored over 11 years ago
github.com/cheeriojs/cheerio - c68028ad28f0df4e62c581863c7191ec086df68b authored over 11 years ago
github.com/cheeriojs/cheerio - 411a0e450989ec96910fc819bf921dbf2a5104a7 authored over 11 years ago
github.com/cheeriojs/cheerio - 7f77eed0a10ce26d5bd36729b92586bbb1795b7a authored over 11 years ago
Correct behavior of `Cheerio#parents`
github.com/cheeriojs/cheerio - 9eff2f6ee8dcfe07cf7c7ddf3a8f236b5849242c authored over 11 years ago
When invoked on a top-level element, `parents` should return an empty
set.
Because a unit test ...
github.com/cheeriojs/cheerio - 4783553a8cc66d1bc56500a857d4f169133b6cd1 authored over 11 years agoParent bug
github.com/cheeriojs/cheerio - 2cac9e48593b485cd908308d13410b95e8b7eaf2 authored over 11 years agofixes #232
github.com/cheeriojs/cheerio - 7e18721317660b8ecfc6cd2185f0777cb3e48a2e authored over 11 years agogithub.com/cheeriojs/cheerio - 6ce04ecf3db23ba5f992652e51e43a6506d63161 authored over 11 years ago
github.com/cheeriojs/cheerio - 46a17a368588be42c5d8efdc1c525ba36c181708 authored over 11 years ago
removed redundant done from tests
github.com/cheeriojs/cheerio - 90276ebd8f6291e97b99aa7d2aaeb4521e8f2db9 authored over 11 years agogithub.com/cheeriojs/cheerio - 129b4296fe65f262329922c7ef273bebf7e4f243 authored over 11 years ago
Implement $.parseHTML
github.com/cheeriojs/cheerio - a487436709114c6a25d310cadba44b4405c268b6 authored over 11 years agogithub.com/cheeriojs/cheerio - 22b33732d0902d51a34f22bf932702d86f54cd1b authored over 11 years ago
github.com/cheeriojs/cheerio - 3e542c957bfef828df3654e24cc8b1fa8cff9b37 authored over 11 years ago
github.com/cheeriojs/cheerio - e280dc05fa166124323ed474470caf535d15e86b authored over 11 years ago
github.com/cheeriojs/cheerio - 04ecb621b3382e5ee3a2ae5761053dcc2ec71ac8 authored over 11 years ago
github.com/cheeriojs/cheerio - 561013770abe7d4199efff6e721bfde207359390 authored over 11 years ago
github.com/cheeriojs/cheerio - d7d2ae8723fbb018d3656043c487a9452af99fc7 authored over 11 years ago
github.com/cheeriojs/cheerio - d087c61a6e3af38b0cc898d536b41c22a1d6c884 authored over 11 years ago
github.com/cheeriojs/cheerio - 2e4f73f1bdaa43fdf293ed12010945b5c6d12379 authored over 11 years ago
github.com/cheeriojs/cheerio - ae18808865caef2434fcaafc0c2ac0912eec954c authored over 11 years ago
From the [jQuery API
documentation](http://api.jquery.com/jQuery.parseHTML/):
> $.parseHTML( da...
github.com/cheeriojs/cheerio - 7cb293c6fd975740fa2eaebbcd0873f3abd77c7d authored over 11 years ago
Ensure that the `parent` method operates over all elements in the set
and filters by the selecto...
github.com/cheeriojs/cheerio - 10422a8b91aa280aeab3e53729ca06f270830dd4 authored over 11 years ago
Correct bug in jQuery.fn.closest
github.com/cheeriojs/cheerio - f866996122c23d883a00e389aebf5802974c3377 authored over 11 years ago
According to the jQuery documentation, the `closest` method should
operate on each element in th...
Correct behavior of $.fn.val on 'option' elements
github.com/cheeriojs/cheerio - ced3b328fc43f470a403a83ef243c481c47d13ee authored over 11 years agogithub.com/cheeriojs/cheerio - 2b56f1a3acbaca21c074a4df2001de0efd62e7c0 authored over 11 years ago
github.com/cheeriojs/cheerio - 08b82bb842934f7c26156c8f1892ba0ccbf3a7b5 authored over 11 years ago
github.com/cheeriojs/cheerio - a47bc681d43565a8e61eb7e5145751921e268df4 authored over 11 years ago
In jQuery, .val() returns the value of the checkbox, regardless of
the current check state. When...
github.com/cheeriojs/cheerio - f6d4ea5068c7680ff508d0855254363024986cf1 authored over 11 years ago
github.com/cheeriojs/cheerio - 9ec0c378d998ec566df1991dc298f704e34a428e authored over 11 years ago
github.com/cheeriojs/cheerio - 989e6ed41bbcab91c70a18a2a1d7ea18e30fb6c1 authored over 11 years ago
added: .is(selector) [zero21xxx]
github.com/cheeriojs/cheerio - 74ddd00c90c4bed9e30389d5de6e7ec76efc2433 authored over 11 years agogithub.com/cheeriojs/cheerio - 877fd34f71de66aca34985682888201038809abb authored over 11 years ago
This reverts commit 6f631d29cab0081dabe90a997a1830017a521eb3.
github.com/cheeriojs/cheerio - 2925cb3d77cb7f0f5bf9be2e7e59dadfab3d81d1 authored over 11 years agogithub.com/cheeriojs/cheerio - 6f631d29cab0081dabe90a997a1830017a521eb3 authored over 11 years ago
github.com/cheeriojs/cheerio - 2dc34ee8dc649fccd787751d31c9e0d2ff629142 authored over 11 years ago
github.com/cheeriojs/cheerio - 14eb828f6b53d45d1f87261713fd79c18a086e18 authored over 11 years ago
github.com/cheeriojs/cheerio - 4aec5f686bccb9f57a994a9b75f91bd5d1e55ec2 authored over 11 years ago
github.com/cheeriojs/cheerio - 33f54b6f8e0cbd99699827606a94d50094b37094 authored over 11 years ago
github.com/cheeriojs/cheerio - a408d6964d9cb86b7da4eb3e8823ea7c6e08d4cc authored over 11 years ago
github.com/cheeriojs/cheerio - 68ad1978708e0b2012649fec63b65a6a595a9b71 authored almost 12 years ago
github.com/cheeriojs/cheerio - 83c435862adebfd249854d451fe11fb1b7c257e3 authored almost 12 years ago
github.com/cheeriojs/cheerio - 74a2514f75768e72d7bdcff441ec2e45a2d34707 authored almost 12 years ago
github.com/cheeriojs/cheerio - b0edc24ac60d7f394e78f268d89938e2d4e8b64e authored almost 12 years ago
github.com/cheeriojs/cheerio - b3921f0e60b634213c37b50938c6be6bec892750 authored almost 12 years ago
github.com/cheeriojs/cheerio - f3df8e9c7af3b7695cc6f4ae49777dac5d245ca4 authored almost 12 years ago
github.com/cheeriojs/cheerio - a259fef0d8b549db49c8e4620e33823f887a6b69 authored almost 12 years ago
Updated to use unshift instead of push.
github.com/cheeriojs/cheerio - afbe630f1165d431d6bd0f9faa4e28d571a07910 authored almost 12 years agogithub.com/cheeriojs/cheerio - 8a409d38cd59a61a69c9e047288d0cb3b68ec2b3 authored almost 12 years ago
github.com/cheeriojs/cheerio - 1f41f3c85daf148bf345a649ea122350d1d6fd98 authored almost 12 years ago
github.com/cheeriojs/cheerio - 34df8b6e84eefcdcbda6e0aabfabacb1325a2b3f authored almost 12 years ago
Parents
github.com/cheeriojs/cheerio - 9cbc1f22d8056584f0b43c0b609350fb928e987c authored almost 12 years agogithub.com/cheeriojs/cheerio - 15f4b8ef602b00c92483b2dd21c3064c5d3fb187 authored almost 12 years ago
github.com/cheeriojs/cheerio - 08948370ff770d1c8dea770af5a77786c5cf1230 authored almost 12 years ago
github.com/cheeriojs/cheerio - 42fc2dcea1664e7dc1a2fdb0f2c8d8e6d85b5ab8 authored almost 12 years ago
github.com/cheeriojs/cheerio - 0b7a09b5d9f3d040045bd8ae276233f31de9ac03 authored almost 12 years ago
Added jQuery-like .val() support
github.com/cheeriojs/cheerio - d6ba6802e83fe7ff70c2c4f93768eb7bd343ae4e authored almost 12 years agogithub.com/cheeriojs/cheerio - 1658cb1ec767fa43b4226b70935b55395ac79be9 authored almost 12 years ago
github.com/cheeriojs/cheerio - 30cbc3a4a0a7d4c0b5b83affe816e4a9a6127e85 authored almost 12 years ago
github.com/cheeriojs/cheerio - fa54d63faac4ca4f389233af10d461fc9e7497b8 authored almost 12 years ago
github.com/cheeriojs/cheerio - 971f54e0f18182337e80550f1890dd91d808db6d authored almost 12 years ago
github.com/cheeriojs/cheerio - 53d8d85460346d43bdc9154011e08cbd6133c945 authored almost 12 years ago
Travis Configuration Updates
github.com/cheeriojs/cheerio - 2480b455dccb6b2d995931c37e7ba219f08e05c3 authored almost 12 years agoAdded new line
Using quotes to match what travis-ci contributor mentions in
travis-ci/travis-ci...
$.siblings now has an optional selector argument that will filter the
results of the returned si...
github.com/cheeriojs/cheerio - 370655300a5ded7273e689dc839785e7be98c92a authored almost 12 years ago
propagate syntax errors caused by invalid selectors
github.com/cheeriojs/cheerio - b30a0812967fd413624e6cf268960c39f2279148 authored almost 12 years agogithub.com/cheeriojs/cheerio - 20c108ddc20b70da45f686bfe2235f964f321197 authored almost 12 years ago
github.com/cheeriojs/cheerio - d9a517bd28c306ce2bfb1e67c12d96a9049c3611 authored almost 12 years ago
github.com/cheeriojs/cheerio - aa7eed25d98100a6665e68437f1594f87fafc783 authored almost 12 years ago
github.com/cheeriojs/cheerio - 504269ababeefb5d610c8ebbbb4d5968e310fcc5 authored almost 12 years ago
fix find semantics
github.com/cheeriojs/cheerio - 45ce712ac61ebee9e2af68c71a948cebebc5bd68 authored almost 12 years ago
jQuery::find finds nothing if no selector is given. This is the correct
behaviour.
github.com/cheeriojs/cheerio - cefa7d4f7d66a4cfab1d9b71c496c3d08c5dbcbd authored almost 12 years ago
github.com/cheeriojs/cheerio - 9ee9b8991996a0406aea569e6d170e2c3e9ecd78 authored almost 12 years ago
Add slice method
github.com/cheeriojs/cheerio - c1abf3207dae987ca3bfb71fb56d76e2c93d2204 authored almost 12 years agogithub.com/cheeriojs/cheerio - a0a8c8cc5858ff0a81638416a17f44c9b3289719 authored almost 12 years ago
github.com/cheeriojs/cheerio - dab9e9ecb5ed652c37f037325e0ddcbb0a25968e authored almost 12 years ago
Fix bug in `filter`
github.com/cheeriojs/cheerio - 473a628db23664ed5947c25a87533c270e67b5d0 authored almost 12 years agogithub.com/cheeriojs/cheerio - 6f0a64a3e39c8ce8a8f53b589197700acb0943a8 authored almost 12 years ago
github.com/cheeriojs/cheerio - 637718137a2e122e747b2e4d2c25731b6926b1ce authored almost 12 years ago
github.com/cheeriojs/cheerio - 00dbb4cd478c4aed6f8797a2a1fd8964c4b7d558 authored almost 12 years ago
Selectors passed to the `filter` method should only be applied to the
top-level elements in the ...
github.com/cheeriojs/cheerio - 1ab03c7503a899d13d0b6750aa9b03ba010be8e9 authored almost 12 years ago
github.com/cheeriojs/cheerio - 62b21862fc1b4c745487df4270fca47bda0b208f authored almost 12 years ago
github.com/cheeriojs/cheerio - e60766d66620e44d363f946e6f72cb8b794d85e6 authored almost 12 years ago
improve formatting consistency
github.com/cheeriojs/cheerio - 4e16eac3373c4f1e411e07320ba6093858abb25e authored almost 12 years agogithub.com/cheeriojs/cheerio - 99f96361d61d36789a18aeaf6b36b18274adbe65 authored almost 12 years ago
github.com/cheeriojs/cheerio - ca9f1264cb556f287d25b4a46f9fadaa8e37c961 authored almost 12 years ago