how to use OR in jquery
- by user1493339
1st i would like to thanks all who view this and special thanks for those who answer this.
today, i tested this out but it not working, so just want to know how should this code.
multiple "OR" in one line
$("input[name='ABC']or[name='DEF']or[name='GHI']or[name='JKL']").click(function (){
//do something
});
or even put else for it like...
…