Line 33: | Line 33: | ||
$(".team .sidebar-index .card-title").text("Santiago Mille") | $(".team .sidebar-index .card-title").text("Santiago Mille") | ||
$(".team .sidebar-index .card-text").html("<h4>Chantal, Uriel and Ari's Sugar Daddy :*</h4><p>Lorem</p>") | $(".team .sidebar-index .card-text").html("<h4>Chantal, Uriel and Ari's Sugar Daddy :*</h4><p>Lorem</p>") | ||
+ | }) | ||
+ | .on("mouseleave", function() { | ||
+ | $(".team .sidebar-index .card-title").text("Hover on a Team member") | ||
+ | $(".team .sidebar-index .card-text").text("Lorem") | ||
+ | }) | ||
+ | $(".teampic#mille") | ||
+ | .on("mouseenter", function() { | ||
+ | $(".team .sidebar-index .card-title").text("Shantal Tapia") | ||
+ | $(".team .sidebar-index .card-text").html("<h4>Mille and Raúl's Bootycall</h4><p>Lorem</p>") | ||
}) | }) | ||
.on("mouseleave", function() { | .on("mouseleave", function() { |
Revision as of 21:25, 14 October 2018