I am trying to get all parameter values ββthat don't have attribute value. So I want it to retrieve parameters like <option value></option> .
I have $('#advancedSearchWrap option:not([value=""])') , but I need the other way around. What is the opposite of this: not () command?
Kalldrexx
source share