Je suis en plein exam là et je cale à une question, quelqu'un pourrait m'aider ??
Voici la question:
"Ecrivez un script exploitant la bibliothèque jquery afin d'animer horizontalement,
au chargement de la page, le troisième <div> sans touchez à la structure html."
Code html
<head>
<style type="text/css">
.bloc{
display:bloc;
width: 100px;
height: 35px;
background: #FC9;
margin-top: 5px;
}
</style>
</head>
<body>
<div id="groupes">
<div class="bloc"></div>
<div class="bloc"></div>
<div class="bloc"></div>
<div class="bloc"></div>
<div class="bloc"></div>
<div class="bloc"></div>
</div>
</body>
</html>
Svp j'ai besoin de votre aide