Posts by pauloya • 156 points
2 posts
-
1
votes3
answers145
viewsA: Mark html element
An example, without Jquery, where H2 elements are stored in an array when pressed, and displayed in a list when the button is pressed. Jsfiddle var headers = document.getElementsByTagName('h2'); for…
-
3
votes2
answers341
viewsA: Google Analytics code
From what I noticed googlando the sites in English, you are using Analytics.js instead of ga.js. The link recommending the substitution is based on the code of ga.js. I think Analytics.js is a newer…