I have got some classes
.text-1 .text-2 .text-3
I want to select them all, how to do that? Thanks for the help
Try this. For more details refer jquery selectors
jquery selectors
$('*[class^="text"]')
1.4m articles
1.4m replys
5 comments
57.0k users