Jquery – Incorrect :not() selector syntax
I'm trying to select all the input fields inside of the element #manage-company that do not have either the class .partner nor .representative-input, and then manipulate their classes. I tried to accomplish this with the line below, but I think…