I want to run a jQuery function on every <p> element whose inner content matches the regex expression /^\s*o\s+/m. I have no idea how to do it. Suggestions, please…
I want to run a jQuery function on every <p> element whose inner content
Share
Use jQuery filter():