General > Chit-Chat

The auto slider on lesterchan.net front page

(1/2) > >>

leongsam:
Hey Lester, the ajax auto changer which slides up and down on your front page, just wondering is that a plugin or just a normal ajax script? Are you able to share how is it done? Cheers!

GaMerZ:
It is not done by ajax, it is done by normal JS using jQuery framework. slideUp() and slideDown() function

leongsam:
Thanks! That's cool! I found the code. So how do we make it slide by itself?

GaMerZ:
Use a timer:
--- Code: ---setInterval(YOUR_FUNCTION_TO_SLIDE_UP, 10000);
--- End code ---
10,000 is in ms

leongsam:

--- Quote from: GaMerZ on 25 August 2008, 06:35 ---Use a timer:
--- Code: ---setInterval(YOUR_FUNCTION_TO_SLIDE_UP, 10000);
--- End code ---
10,000 is in ms

--- End quote ---

Thanks Lester but my programming skill is really private limited. Could you provide a sample code with 2 containers sliding up and down automatically? Thanks!

Navigation

[0] Message Index

[#] Next page

Go to full version