Posts by Rayan Sóstenes • 36 points
3 posts
-
1
votes4
answers3804
viewsA: Lock CTRL key in All Browsers
Although it’s against this kind of technique, if you add this CSS rule into the element you want to block it should work p.no-copy{ -webkit-user-select: none; /* Chrome Todos / Safari Todos */…
-
1
votes1
answer591
viewsA: Add CSS by clicking a button that goes to another page
It is a little complicated to achieve this behavior only with javascript a solution would be to use localStorage: Record some kind of information in localstorage and on the index page check the…
-
0
votes3
answers94
viewsA: Simple click on Jquery does not work
It makes it easier to use $(".produtosMenu li span").click(function() { $(this).siblings("ul").toggle(); });
jqueryanswered Rayan Sóstenes 36