Posts by lucas inverso • 143 points
8 posts
-
2
votes1
answer127
viewsQ: Event Tracking Google Tag Manager
I created the event in Google tag manager, and I need to bring the value that is in the ID clicked. But in Analytics it shows as 'Undefined', someone has some hint? $('a#HomeB02').on('click',…
jqueryasked lucas inverso 143 -
-3
votes2
answers46
viewsQ: Change image link src
I have several images in lists, http://www.shopluxo.com.br/arquivos/ids/177260-150-150/212-Vip-toast.jpg I would like to change only the 150-150 to 200-200. I can change just one.…
jqueryasked lucas inverso 143 -
1
votes2
answers329
viewsQ: Change Href with jQuery
I’m trying to copy href from the buy-button class to . test, but change "redirect=true" to false. I can just copy, but not change the redirect. Can anyone help me? <a class="buy-button"…
jqueryasked lucas inverso 143 -
3
votes1
answer226
viewsQ: Bring JSON result in div with jquery
I have the following JSON generated by the system: var skuJson = { "productId": 17234, "name": "Sabonete AnaSuil Porta Joias Rose Bulgarie", "salesChannel": "1", "available": true, "displayMode":…
-
-1
votes1
answer834
viewsQ: How to round percentage?
I would need the function below in .asp. I have no notion of language, someone can help? Fiz em Javascript, segue: function limparClasse(classe) { var elementos = document.querySelectorAll('.' +…
-
2
votes1
answer206
viewsQ: Load javascript file together with Infinite scroll
I need to reload a JS function as soon as I scroll the page with infinite scroll, in AJAX. When the page is scrolled the JS file needs to track.
-
5
votes3
answers6757
viewsQ: How do I round up a value from 39.54 to 39
How to round the value from within a class in the case 39,54 % OFF for 39 % OFF, values are generated by the system?
javascriptasked lucas inverso 143 -
0
votes1
answer484
viewsQ: Calculate/Multiply/Sum without "R$"
I wonder how I can accomplish the sum but eliminating or disregarding the "R$", transforming into number. Values in R$ are automatically generated by the system. Follows the code:…
javascriptasked lucas inverso 143