Posts by Luckshare22 • 17 points
4 posts
-
-2
votes1
answer79
viewsQ: I migrated my http site to https and lost Facebook comments
I was doing some tests recently on my blogger website and when I activated the https on my site, I lost Facebook comments. How do I fix it?
-
0
votes2
answers110
viewsQ: Use two functions in the same Javascript
I will try to be as clear as possible so that you can understand me and help, I have the javascript next. function labelthumbs(e) { document.write('<ul id="test">'); } It uses the function…
javascriptasked Luckshare22 17 -
0
votes2
answers55
viewsQ: Call class="button" instead of id="download"
How do I get this script to work with class="button" instead of id="download"? codigo js var downloadButton = document.getElementById("download"); var counter = 10; var newElement =…
javascriptasked Luckshare22 17 -
0
votes2
answers747
viewsQ: How to center menu
I’m trying to center this menu but I can’t, I’ve tried several tips on the net but it doesn’t work, someone could help me? HTML <div id='menu'> <div class='menu1'> <ul class='menu'…