Jquery select all elements with an innerHTML that starts with a string?

Viewed 24522

I know you can use :contains to get elements who's innerHTML contains a certain string, but how can I get the elements whose innerHTML starts with a string?

4 Answers
Related