Mario Luevanos
Member since Aug 18, 2022
- Profile: /members/14577-mario-luevanos.htm
- URL: http://marioluevanos.com
- Comments: 1
Recent Blog Comments By Mario Luevanos
-
Detecting Rendered Line Breaks In A Text Node In JavaScript
Posted on Aug 18, 2022 at 9:41 AM
I didn't know about the Range object until now. 🙌 It reminds me of a utility function I created to highlight words on a page where I used document.createTreeWalker to create a TreeWalker object, but I'm thinking the Range object might work too!... read more »