Posts by Ivan Gomes • 61 points
7 posts
-
2
votes1
answer113
viewsQ: Reset, reset Hover behavior
I have an element with Hover that expands the chat channels of a website. The problem is that on mobile, the Hover only works when I click on the element. Thus, to close the channels (close the…
-
0
votes1
answer50
viewsQ: Pick up and save a Class by specifying only the beginning of it
Hey, how you doing? I would like to store in a variable, among several classes of this example, the class that begins with SHOWCASE. I don’t want to store html. I want to store the class name! <a…
-
1
votes1
answer228
viewsQ: Error: Syntax error, unrecognized Expression with "string"
I’m trying to use this script... but when I add the console returns me this error: Error: Syntax error, unrecognized Expression: "#listProducts . showcase-0 > ul li.line listing > .…
-
0
votes1
answer92
viewsQ: Make ul move using script only
Hello! I saw an example of carousel that use the feature of margin to simulate the movement of items. How can I just with the script, do something similar, considering that the code repeats the…
-
0
votes2
answers81
viewsQ: Grab an inline style value
If we consider an inline style HTML tag like this: <li style="width: 360px; float: left; display: block;">conteudo</div> it is possible I take only the value of the width to make a…
-
0
votes3
answers60
viewsA: Header and footer does not follow page width
Hi, all good? tries to fix the first part of your CSS by putting "width: max-content;". It will look like this: html, body { width: max-content; height: 100%; margin: 0px; padding: 0; } If I…
-
1
votes3
answers214
viewsQ: Change style of the last two characters of the string
Considering: strong {font-size: 36px} <div id="conteiner"> <div class="meu-valor"> <strong>125,74</strong> </div> <div class="meu-valor">…