Posts by Walyson Patric • 55 points
8 posts
-
1
votes1
answer31
viewsQ: How to swap a div of place with script?
For example I have on the page: <div class="geral"></div> "Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.…
-
-2
votes1
answer46
viewsQ: How to put a DIV in place of a specific word with script?
I want you where you are text take for example <div> novo texto </div>, I was wondering if you could do this. In short, I want everywhere on the site to have the floor text change to a…
-
1
votes1
answer37
viewsQ: Keep the last change in input saved in the browser
When you click the button it changes the background of the BODY tag, I need that when reload the page it keeps the color that was selected before, I think with localstorage work but I don’t…
-
-2
votes3
answers386
viewsQ: Change tab title with script, how do you do?
I want to appear only the name of the product without the name of the site, as I use a platform ready not to edit the tag <title>, so I need to use a script to do this. At the moment appears…
-
0
votes1
answer31
viewsQ: Button CSS on tablet does not look like shown on PC and Responsive Design Mode
I did everything right but is not as expected when access the site by tablet, click run to see better what I say function mudarNome2() { if(document.getElementById("buttonhide2").value == "Ocultar…
-
2
votes1
answer190
viewsQ: Hide a div by clicking the CSS button
You can hide a DIV with that button there? .button { display: block; position: absolute; width: 240px; height: 80px; top: 50%; left: 50%; -webkit-transform: translate(-50%, -50%); -ms-transform:…
-
0
votes2
answers183
viewsA: Exchange text in icon according to text
People got what they wanted, I’ll leave the solution in case someone wants to do the same $().ready(function () { $('.modeloProduto').each(function () { string = $(this).text('Massa Muscular');…
-
1
votes2
answers183
viewsQ: Exchange text in icon according to text
<div class="modeloProduto"> <p>Massa Muscular</p>" </div> I don’t know much about site programming but I’m making a site with what I know, I wanted a script that changes the…