You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is this [the jQuery.find.tokenize method - added by @mgol] missing now? jQuery 3.7.0.
$.find.tokenize('.test');
Uncaught TypeError: $.find.tokenize is not a function
at <anonymous>:1:8
We use this in pie6k/jquery.initialize. We watch the DOM for mutations that match a selector, and being able tokenise the selector allows us to ignore certain mutations that the selector would never match against.
Originally posted by @bezborodow in jquery/sizzle#242 (comment)