Posts by Lucas Alencar • 11 points
2 posts
-
0
votes3
answers484
viewsQ: Display only the first 3 elements of a list (Javascript, jQuery)
Some elements inside can vary according to the page. I can scroll through this UL, and treat each LI as an element of the Array. My question is how is it possible to display only the first 3 LI and…
-
0
votes1
answer79
viewsQ: How to make changes using jQuery within an iframe on another domain?
Hello I need to upload a partner site within my site. However I would like to make changes to the stylization using jQuery preferably. I found the solution below to manipulate the elements.…