JQUERY Scroll Page Load
JQUERY Scroll Page Load
Out of context: Reply #9
- Started
- Last post
- 17 Responses
- univers0
....wtf It is cutting the code off?
$(document).ready(function(){
$('#parent-id').slideTo($('#ID-S...
});#Parent-ID is the ID that is for the container of the content you are sliding.
#ID-Slide-To is the ID that you have on the element you want to slide to when the page loads.