if ($(".example").mouseover) {
$(".test").show(1500);
}
.example{
width:350px;
height:350px;
background-color:black;
}
.test{
width:350px;
height:350px;
background-color:black;
}
<script src="http://ift.tt/1cIWwVt"></script>
<div hidden="hidden" class="test">
</div>
Aucun commentaire:
Enregistrer un commentaire