Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Need help getting a better method to do this.
#2
Try looking into this script:
PHP Code:
<html>
<
head>
<
script type="text/javascript"src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.0/jquery.min.js"></script>
<
script type="text/javascript">
function 
onloadFunct(){
$(
"#lol").fadeIn(1400);
}
</
script>
</
head>
<
body onclick="javascript: onloadFunct();">
<
p style="display: none;" id="lol">some text</p>
</
body>
</
html

Should be 'pretty' simple Smile
PHP Code:
while(posting) {
    
postCount++;
    
happiness++;

Reply


Messages In This Thread
RE: Need help getting a better method to do this. - by 'Snorlax - 07-14-2012, 05:32 PM

Forum Jump:


Users browsing this thread: 1 Guest(s)