|
|
|
|
|
by Timmy_C
4993 days ago
|
|
Checking out the source code, this isn't going to work in IE8 and earlier without some small tweaks. IE didn't support `document.getElementsByClassName(string)` until IE9. It would be a small rewrite to make it work with IDs instead of classes (or you could use a shim). [EDIT]: . . . But I like the idea. Might even use it next time I'm working with GA. |
|