Posts by André Silva • 53 points
2 posts
-
1
votes3
answers46
viewsQ: Changing position of multiple DIVS with same selector in Jquery
I have a page that contains several structures with the same selector, such as: <div class="preco"> R$ 69,90 </div> <div class="preco-a-vista"> R$ 50,00 </div> As I…
-
4
votes1
answer137
viewsQ: Working Dynamic Selectors (Or Multiple Selectors) in Jquery
I have a Javascript code (Jquery) that takes characters from a DIV and plays this result for another DIV. For the DIV where I take the characters I created a function that adds a class dynamically,…