-
Notifications
You must be signed in to change notification settings - Fork 118
Open
Labels
Description
In Selector mode it is possible to set wildcards in id.
eg. $('state[id=*.STATE]')
for some other enums it can be also usefull.
specialy i need this for the role.
in some cases it can be usefull to set some state with
[role=switch] or [role=switch.light]
so maybe the selector can be something like this:
$('state[id=*.STATE]')[role=switch*]
this will match role = switch and role = switch.light
J-Paul0815 and klein0r