Right now, I've got it to draw a line when you mouseon but I want it so that when you mouseout the line disappears left to right.
$( "#name" ).mouseover(function() {
$('.slider').animate({
width: $('#name').width()
}, 1000);
});
via Chebli Mohamed
Aucun commentaire:
Enregistrer un commentaire