Can any one tell me how can i implement a auto slider/scroller in my web page. The slider should show dynamic data from a database. (Ex : Hot jobs tab in the plipl.com site’s home page (www.plipl.com) . Is there any easy way to do this with jQuery ?
Share
The following is nothing special, just quickly tried it. There’s 2 div’s that it continously switches between, hopefully give you a head start. You could use the same idea and load content into div’s via AJAX.
Code snippet:
css:
jScript:
markup: