Viewing 1 replies (of 1 total)
  • Replace line 44 ( below jQuery(document).ready(function() ):
    jQuery('.wp_jschat_widget_text').attr( {scrollTop:jQuery('.wp_jschat_widget_text').attr('scrollHeight')} );

    with:
    jQuery('.wp_jschat_widget_text').animate( {scrollTop:jQuery('.wp_jschat_widget_text').prop('scrollHeight')}, 500);

Viewing 1 replies (of 1 total)
  • The topic ‘Modify jQuery to scroll down att page load?’ is closed to new replies.