$$(".help").each( function(link) { new Tooltip(link, {mouseFollow: false,backgroundColor: "#333", borderColor: "#333", textColor: "#FFF", textShadowColor: "#000"}); }); $$(".tip").each( function(link) { new Tooltip(link, {mouseFollow: false}); }); $$(".helpInput").each( function(input) { new Tooltip(input, {backgroundColor: "#333", borderColor: "#333", textColor: "#FFF", textShadowColor: "#000"}); }); $$(".errorInput").each( function(input) { new Tooltip(input, {backgroundColor: "#333", borderColor: "#333", textColor: "#FFF", textShadowColor: "#000"}); }); $$(".cautionInput").each( function(input) { new Tooltip(input, {backgroundColor: "#333", borderColor: "#333", textColor: "#FFF", textShadowColor: "#000"}); }); $$(".tipInput").each( function(input) { new Tooltip(input); });