• There is NO official Otland's Discord server and NO official Otland's server list. The Otland's Staff does not manage any Discord server or server list. Moderators or administrator of any Discord server or server lists have NO connection to the Otland's Staff. Do not get scammed!

Jquery - Simple Fade effect

Kavvson

Gdy boli cie glowa wez
Joined
Jun 25, 2008
Messages
1,177
Reaction score
72
Location
Poland
How can i add a simple fade effect on a image..

When you enter the page.. There will be a .fadeIn(time)

Since mine

PHP:
<script>
$(document).ready(function() {
$('#header').fadeIn(7000)
}
)
</script> 
<div id="header" ></div>
</div>

dont work
 
Back
Top