Traversing the DOM Tree with .closest() and .find() Methods
02/24/2020Recently I had to figure out how to traverse up the DOM tree so I could target a sibling of a HTML element that was two levels up the DOM…
Read MoreRecently I had to figure out how to traverse up the DOM tree so I could target a sibling of a HTML element that was two levels up the DOM…
Read MoreI don't use a whole lot of JavaScript on a day-to-day basis. This week was an exception. There were a couple occasions I had to make sure…
Read MoreThis was an issue I ran into when solving some accessibility issues. First of all, every page needs to have one h1 tag. Pages shouldn't have…
Read MoreThere has been a little personal project I've been working on for a couple years on and off. It's not that it's difficult to make. It's just…
Read MoreJavaScript is very hard for me. I struggle with it. That is not to say I never use it. I do. I use it quite frequently. Honestly, I use…
Read More