Modify jQuery to scroll down att page load?
-
I think I got it all in the title. I am not good at jQuery, but I have found the magic line in the wp_jschat.js that scrolls down the chat-text window when a new chat is received.
t.find('.wp_jschat_widget_text').animate({scrollTop: t.find('.wp_jschat_widget_text').prop('scrollHeight')}, 500);
It would be great if someone could help me making it happen at page-load too. The plugin is running on my site https://www.telder.com.
https://www.ads-software.com/plugins/javascript-chat-for-wordpress/
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘Modify jQuery to scroll down att page load?’ is closed to new replies.