Resolved! Get Element by Class Name not working
I'm trying to grab an element by it's class name in a client script (Dublin) with var mand = document.getElementByClassName('mandatory');How ever this falls over with the error..."TypeError: document.getElementByClassName is not a function"Any though...
