JSONSelect icon indicating copy to clipboard operation
JSONSelect copied to clipboard

Selector support for prefix ?

Open yidea opened this issue 11 years ago • 1 comments

Just wondering do we have a support of prefix selector, any planning e.g. in css/jq *[class^='fade'] can match to .fade1, .fade2

yidea avatar Mar 14 '14 17:03 yidea

There is already a ^= operator to match string prefixes - https://github.com/lloyd/JSONSelect/blob/master/src/jsonselect.js#L167

brainsiq avatar Mar 19 '14 10:03 brainsiq