Posts by edu • 3 points
4 posts
-
0
votes1
answer275
viewsQ: How to soften the anchor effect?
How to apply Smooth effect on the anchor scroll of the page? Can anyone help me? $(document).ready(function() { //Função que mostra o conteúdo de acordo com o botão clicado (menu) $("#menu li…
-
-5
votes1
answer108
viewsQ: How to add data-slider-bg and . data(slider-bg) not to give error in Validator W3?
When running the html validator (https://validator.w3.org) on my website it shows the following error (Attribute slider-bg not allowed on element article at this point): full slider programming…
-
-1
votes1
answer31
viewsQ: How to add link along with alert
It is possible to add a link along with the alert (Copied text? yes), and make it possible to click and go to this new page if the user wishes? Obs.: the link should appear only in yes. Can someone…
-
0
votes1
answer66
viewsQ: Problem with anchor link
Good morning! I am unable to slide to the title (by clicking). below the html code: $(document).ready(function() { $("#menu li a").on('click', function(e) { e.preventDefault(); var page =…