I am trying to run this code:
$("input[value='OK'][value='Recrutar'][value='Criar'][id!='attack_name_btn']").click();
So, as you can see, I'm trying to select an input that has a value of “OK” or “Recrutar” or “Criar”, and they may not have an identifier called “attack_name_btn”.
But it does not work.
I also did this, several jquery selectors
user1150101
source
share