'Fade div out when script activates
I am trying to fade out the media logos as soon as a JavaScript code activates.
When a user starts typing in the text box, a form comes up. At that moment, I'd like to have the media icons fade out.
Do you know how I can make that edit in the code?
Thanks!
Solution 1:[1]
try jQuery fadein() in
jQuery(document).ready(function (){
});
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
| Solution | Source |
|---|---|
| Solution 1 | Rizstien |
