jquery not contains code example
Example 1: jquery .not or
.not('[type=radio], [type=checkbox]');
Example 2: jq not contains
(.imageTags[] | contains(\"latest\") | not)
.not('[type=radio], [type=checkbox]');
(.imageTags[] | contains(\"latest\") | not)