How find by attributte like ends with
Hi, i'm Maximiliano, currently i'm developing a validate function based on some attributes names like numeric-validator.
I find the elements with $('[numeric-validator]') but i need to find with attribute name ends with numeric-validator, because some elements needs a prefix before attribute name. Is this possible?
Best Regards.