A client of mine is using a Mac to access the website and is running into a problem I haven't seen before (doesn't help that I don't own a Mac)...
A piece of javascript which works fine on IE, FF, Safari on Windows is misbehaving on Safari on his Mac:
Code: Select all
var selected = document.getElementById("groups").value;
newCol.innerHTML += "<input type='hidden' name='groups[]' value='" + selected + "'>";I tried googling it but couldn't find the right keywords to describe the problem. Is it as simple as him updating his version of Safari? Has anyone run into this before?