Posts by Wesley Francescon da Silva • 43 points
3 posts
-
2
votes0
answers64
viewsQ: Circular Reveal with background color change and status bar in Tablayout
I would like to make an effect that when clicking on Tabitem the background colors and bar status change with the circular effect of revelation, similar to the Google Play Store as shown in the…
-
2
votes0
answers33
viewsQ: Jquey for-Loop - Function returns "Cannot set Property 'href' of Undefined"
I’m trying to create a function that searches all the links of a div and shorten them: function encurtarUrl(){ var conteudoPronto = document.getElementById("saida"); // armazena a DIV com id "saida"…
-
0
votes2
answers75
viewsQ: Javascript for Loop - Incomplete and duplicated content
I have a UL that contain some news, inside it the news is inside li's. In this the first tag takes the headline and the link of the article. <ul> <li> <img src="" alt=""> <a…