How to check if a string contains any jquery numeric value?
I look through a lot of examples, but I only get the opportunity to check the number, not the number in STRING. I am trying to find something like $(this).attr('id').contains("number");
(p / s: my DOM identifier will look like Large_a (without a numeric value), Large_a_1 (with a numeric value), Large_a_2 , etc.)
Which method to use?
source share