Jquery – How to hide element if second element receive an specific class?
For example we have 2 button First button <button class="arguments variation-one">Some text</button> - this button have dynamic classes like: variation-one, variation-two, variation-three, but class .arguments is static. and Second button <button class="simple">Other text</button> I must hide second button if first…