Posts by Grego • 23 points
2 posts
-
0
votes1
answer47
viewsQ: Error in Javascript array
Hello, I’m putting a script from Zanox on my site to retarget products in an e-commerce. When I put the script to pull isolated variables everything works, but when I need to pull the variables…
javascriptasked Grego 23 -
2
votes3
answers655
viewsQ: How to manipulate part of the href attribute of a link using Javascript in Wordpress?
It is possible to manipulate only a part of the URL using DOM or something like? I would like to remove '#' in the middle of the url, in the href attribute. The code will be added in a Wordpress…