Can someone help me figure out how to select all IDs like this:
r1 r2 r3 etc. and not the other IDs like helloWorld
I attempted using the CSS selector with jQuery but I'm having trouble understanding how. I tried $('#r[0-9]') but it didn't work.
Thank you!