Posts by Rodrigo Siqueira • 181 points
2 posts
-
1
votes1
answer56
viewsA: Apply class when it is second list item
If I understand correctly what you want that element to be <ul> <li><span>teste1</span></li> <li><span class="esse">teste2</span></li>…
-
4
votes4
answers601
viewsA: Internal navigation with Jquery
You can use this to animate the scroll to the iframe $('html, body').animate({ scrollTop: $("#header-reserva-iframe").offset().top }, 2000);