Can anyone help me troubleshoot why this jQuery function isn't working on my animated button? Here are the code snippets:
HTML
<button class="btn-rounded">Button</butto>
CSS
.btn-rounded{
color: black;
opacidity:.7;
border-radius:150px;
background-color:#FFF067;
}
JS
$("#img").addClass("animated bounce");