Line 15: | Line 15: | ||
$(".team .sidebar-index .card-title").text("Karla Soto") | $(".team .sidebar-index .card-title").text("Karla Soto") | ||
$(".team .sidebar-index .card-text").text("Lorem") | $(".team .sidebar-index .card-text").text("Lorem") | ||
+ | }) | ||
+ | .on("mouseleave", function() { | ||
+ | $(".team .sidebar-index .card-title").text("Hover on a Team member") | ||
+ | $(".team .sidebar-index .card-text").text("Lorem") | ||
+ | }) | ||
+ | $(".teampic#joel") | ||
+ | .on("mouseenter", function() { | ||
+ | $(".team .sidebar-index .card-title").text("Joel Lara") | ||
+ | $(".team .sidebar-index .card-text").text("Lorem") | ||
+ | }) | ||
+ | .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("Santiago Mille") | ||
+ | $(".team .sidebar-index .card-text").html("<h4>Chantal, Uriel and Ari's Sugar Daddy :*</h4><p>Lorem</p>") | ||
}) | }) | ||
.on("mouseleave", function() { | .on("mouseleave", function() { | ||
Line 21: | Line 39: | ||
}) | }) | ||
}) | }) | ||
− | |||
</script> | </script> | ||
</html> | </html> |
Revision as of 21:21, 14 October 2018