Skip to content

Instantly share code, notes, and snippets.

@gonzalolarralde
gonzalolarralde / form
Last active August 29, 2015 14:01 — forked from gugote/form
$(document).ready(function() {
// hover text change
$('a.questions').mouseenter(function() {
$(this).html('hello@uluminum.com');
});
$('a.questions').mouseleave(function() {
$(this).html('Questions? Drop us a line.');
});
$('a.questionsspanish').mouseenter(function() {
$(this).html('hello@uluminum.com');