kupriyanenko / jbone

JavaScript Library for Events and DOM manipulation. Replaces jQuery for Backbone (2.5kb gzipped)
http://jbone.js.org
MIT License
279 stars 35 forks source link

jBone#has is incompatible with jQuery#has #63

Open chocolateboy opened 4 years ago

chocolateboy commented 4 years ago

jQuery#has is a filter which returns the subset of a collection's elements which match the selector.

jBone#has (which is implemented but undocumented) returns a boolean indicating the existence of matches.