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
Added an option to disable relative selectors (#766) 1c1f7f2
By default, selectors are relative to the passed context, which means that no parent elements of the context will be matched. (Eg. a b c with context b will never give any results.)
If the relativeSelector option is set to false, selectors won't be absolutized and selectors can test for parent elements outside of the context.