Here's the code I added:
var showH1 = function() {
$("div.article h1").css({'visibility':'visible'});
}
setTimeout(showH1,10000);
var showH1 = function() {
$("div.article h1").css({'visibility':'visible'});
}
setTimeout(showH1,10000);
The Internets
Website Design
Javascript
PHP
Classes
Fonts and Text
0 comments:
Post a Comment