Posts by Clayton Furlanetto • 193 points
17 posts
-
1
votes1
answer128
viewsQ: Jquery code help typing text alone
I found on the Internet this code to type a text alone by jquery, but I want to add a delay to it to just start typing when the page scrolls in the Section I want, how to add this function? Code js…
javascriptasked Clayton Furlanetto 193 -
0
votes4
answers751
viewsQ: How to create a <a> link without refreshing
I would like to create a link with an image, but when clicking on it does not give refresh on the page, I want that if click nothing happens, if I put # the page updates, I do not want it to happen,…
-
1
votes1
answer380
viewsQ: Header with responsive bg
I’m starting a project right now and I want to make the header responsive, but I can’t. The header has an effect in js that changes the images every refresh, but I can’t assign the correct height to…
-
5
votes2
answers141
viewsQ: Img in header changing at each page load
I am starting a new HTML5 project and would like to put a background img in the header, in vdd I want to put 4 images and I want them to change in each refresh on the page, I don’t want a slider, I…
-
2
votes3
answers2230
viewsQ: Code to show screen resolution
I’m testing the site I’m creating on several devices to see the responsiveness, because I have 5 css one for each screen resolution and would like to create a code within a div that shows the…
-
-2
votes3
answers2143
viewsQ: How to center an img within a div, both responsive, without losing responsiveness?
Personal what is the best way to center a responsive image within a responsive divtbm in % (in the case of a Row), that is to say that it has measures defined in pixels, with max-width: 100% for…
-
2
votes2
answers885
viewsQ: How to add an animation button to go back to the top of the page using the easings library?
The search for effects to add on a button like "Back to Top" found this jQuery library that uses the Transition CSS, SCSS and jQuery itself to make animations, but I couldn’t add them to the top…
-
0
votes1
answer1464
viewsQ: Change opacity gradually with scroll
I want to apply opacity at the bottom of my site, the footer is fixed on bottom and behind the rest of the site type effect Parallax. But I can not make it gradually become opaque, so scroll the…
-
0
votes3
answers556
viewsQ: Change class after 3s via javascript
I need to change the class of some elements after 3 seconds starting to load the site, I want to do this but I can’t, I was trying with SetTimeoutbut I can’t manipulate the question of seconds and I…
-
1
votes0
answers880
viewsQ: View colors on Notepad++
I always used Phpstorm to edit codes, but because it is too heavy started to hang a lot so I decided to use Notepad++, I always liked it for being very light, but only thing that gets in the way is…
-
-2
votes1
answer254
viewsQ: Image is visible before Animate.css and wow.js load
I have some animations using animate.css and wow.js, I put some delay by wow, but once the site loads the images are already shown and then applies the animation, I don’t want them to appear before…
-
1
votes1
answer79
viewsQ: Animate and wow css library
Guys I have an img with 2 animations, but I want only one to be continuous, which apply the animation several times, so start the animation is applied fadein with 1.5s of delay and 3s in 3s applies…
-
0
votes2
answers686
viewsQ: Youtube video popup
I created a link in an image for when clicking on the image opens a popup centered on the screen with the youtube video, this working but what I did not know if it would be correct because phpstorm…
-
0
votes0
answers16
viewsQ: Youtube video popup link
I need to create a link in an image where when clicking on the image opens a popup centered on the screen with the youtube video, this working but what I did not know if it would be correct, someone…
-
3
votes2
answers1129
viewsQ: Centralize objects within the div
What is the best way to centralize objects within a div horizontally and vertically, being a responsive div with no fixed size, with width and Eight in %. Div is inside a bootstrap Row div…
-
0
votes1
answer29
viewsQ: Send data together with form
Complementing my previous question (goo.Gl/rNMK7c) and I want that when clicking the button to fill the form the code take which product the customer was interested, because there will be a button…
htmlasked Clayton Furlanetto 193 -
1
votes3
answers1333
viewsQ: HTML link to open form without causing refresh on page
I created a button of a form, but when clicking it gives refresh in the index page where it is and I don’t want it, I don’t want you to update the page, I just want you to open the popup with the…