[jQuery] newbies question
Hi,
Can I simplify this if statement?
if (test1 == 'a8' || test1 == 'b8' || test1 == 'c8' || test1 == 'd8' ..........
I must select some values, the first is a letter and the second is a
number (always the number 8: a8, b8, c8, d8, ecc......)
Thaks in advance,
Alfredo