Go Back   CodingForums.com > :: Client side development > JavaScript programming

Before you post, read our: Rules & Posting Guidelines

Reply
 
Thread Tools Rate Thread
Enjoy an ad free experience by logging in. Not a member yet? Register.
Old 01-05-2013, 05:46 PM   PM User | #1
tjworld
New to the CF scene

 
Join Date: Jan 2013
Posts: 1
Thanks: 0
Thanked 0 Times in 0 Posts
tjworld is an unknown quantity at this point
Question Any Help will be heartily appreciable

I have a simple website and i want to the pull the post into a section of my website and i have already done that but after pulling the posts i want to scroll them vertically so that it will work as animated ticker.


my site and the wordpress site will be in same server.

Thanks
tjworld is offline   Reply With Quote
Old 01-07-2013, 12:18 PM   PM User | #2
Redcoder
Regular Coder

 
Redcoder's Avatar
 
Join Date: May 2012
Location: /dev/couch
Posts: 309
Thanks: 2
Thanked 46 Times in 45 Posts
Redcoder has a little shameless behaviour in the past
I'm not sure what you meant by the animated ticker...your post is kinda vague. But to scroll to the bottom of the page slowly, use the code below and attach it to the event it shoul follow.

PHP Code:
//After Event
$("html, body").animate({ scrollTop: $(document).height() }, "slow"); 
__________________
For professional Hosting and Web design.....


NetEssentials.co.uk
Redcoder is offline   Reply With Quote
Reply

Bookmarks

Tags
html, php, wordpress

Jump To Top of Thread


Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT +1. The time now is 06:19 PM.


Advertisement
Log in to turn off these ads.