-
Quick Safari Javascript Tip
When defining a variable, Safari will not allow you to use a variable with the name class. If you do use it, that file will be ignored by the browser and the inspector will let you know that there’s a Syntax Error.
var class = $(".subject").val(); // Not Good!
Will not work under Safari!