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
I use this selector: object:has(.friend > .name) but I also want to include a condition - to get those friends that don't have an id, something like: object:has(.friend > .name):hasnot(.friend > .id) (to get objects that contain Robert and Jon, but not Chris)
Is this possible?
The text was updated successfully, but these errors were encountered:
Hey, I'm trying to filter objects that have one property, but don't have another. Is there a way to do that? Given this structure:
I use this selector:
object:has(.friend > .name)
but I also want to include a condition - to get those friends that don't have an id, something like:object:has(.friend > .name):hasnot(.friend > .id)
(to get objects that contain Robert and Jon, but not Chris)Is this possible?
The text was updated successfully, but these errors were encountered: