Hello,
I would like to select a text, in my HTML page. Is that possible? About the page http://api.jquery.com/category/selectors/, it seems to be not allowed by jQuery...
For exemple if my document is:
- <html>
- Hello word!
- </html>
I would like to select each "l" letter and replace by L (thanks to http://api.jquery.com/replaceWith/ for instance). But I don't know how to select just a text.
Thanks for your help.