Type: Function( Integer index, Element element ) => Boolean
A function used as a test for each element in the set. this is the current DOM element.
function opt(index, element) {
return ':not([data-value=' + $( this ).val() + ']),'
}
может быть так, надо проверять.