Posts by Ney • 239 points
7 posts
-
1
votes1
answer434
viewsQ: How do I click on a link and activate a JS function on another page?
want that when clicking on the link of the first page, it goes to the second page and makes the function JS, that is to show only what belongs to the sport of the link ie I want to click on the link…
-
3
votes2
answers555
viewsQ: Activate function on another page after clicking anchor
Basic example, by clicking on div1 of Pagina1 open the Pagina2 and change the background color, this is possible? Pagina1.html <body> <div> <a href="Pagina2.html#div1"…
-
0
votes2
answers44
viewsQ: How do you show only the shops of the selected neighborhood?
When clicked in the neighborhood 1, all div(store class) that did not belong to that neighborhood would be on display:None. may have several neighborhoods so wanted a way that did not need to update…
-
3
votes3
answers1367
viewsQ: How to inform that a particular store is open at that time
When between times described below will be written OPEN, when you are not at that time will be written CLOSED, in javascript, jquery, etc. How could I do this? <div class="Lojas"> <p…
-
6
votes1
answer129
viewsQ: Doubt about page width, None display and size (MB)
There is a width ideal for a web page? When we put an image with display: none, the image is loaded along with the page load or when we click on it? What size (MB) is considered "lightweight" for a…
-
2
votes2
answers200
viewsQ: How do I show the description of a T-shirt when I click on it?
My code is like this: <div class='CamisetaTudo'> <img class='Camiseta'>camiseta.jpg</img> <p class='Clique'>Clique aqui</p> <p class='Descricao'>Descrição…
-
3
votes3
answers221
viewsQ: I wanted to know how to make each page refresh to . class be moved
Example: Normal Order class 1<br> class 2<br> class 3<br> .<br> .<br> .<br> class10<br> I want to put in alatoria order to each refresh Example: class…