json_select icon indicating copy to clipboard operation
json_select copied to clipboard

contains text selector

Open ruby186 opened this issue 11 years ago • 0 comments

please add val selector support, thanks

user = { :id => 1, :name => 'admin' }

JSONSelect(".name:val(\"admin\") ~ .id").match user

A jQuery ":has(x:contains('text here'))" is very useful.

ruby186 avatar Jan 12 '15 15:01 ruby186