The magical select() function!
In my previous post about the Line-Duplicater I had to find specific tags within a DOM element. As I found nothing in the Utility Methods I had to use the getElementsByTagName() function. But only with this function I couldn’t solve … Read more →