Hello there..
I'm using the slimScroll plugin for jQuery by Piotr Rochala. I've made new personal conversations like Facebook personal conversations view but I have a problem. So, when reply to conversation, the last message not coming up the top of page. I've tried a lot of function for this but problem still exists. I really can't understand where the problem is?
For example;
Following is the code I'm using to place personal conversations by SlimScroll;
start: 'bottom' working great e.g. when refresh the page, it's showing up the bottom of the last message of the page. However, as I said on my the first paragraph (when reply to conversation, the last message (new message) not coming up the top of page), I'm having trouble using this function.. Can someone help me with this jQuery SlimScroll issue?
I'm using the slimScroll plugin for jQuery by Piotr Rochala. I've made new personal conversations like Facebook personal conversations view but I have a problem. So, when reply to conversation, the last message not coming up the top of page. I've tried a lot of function for this but problem still exists. I really can't understand where the problem is?
For example;
Following is the code I'm using to place personal conversations by SlimScroll;
Code:
$('#personalconversations').slimscroll({
width: 'auto',
height: '400px',
start: 'bottom',
railVisible: true,
allowPageScroll: true,
touchScrollStep: 1000
});
start: 'bottom' working great e.g. when refresh the page, it's showing up the bottom of the last message of the page. However, as I said on my the first paragraph (when reply to conversation, the last message (new message) not coming up the top of page), I'm having trouble using this function.. Can someone help me with this jQuery SlimScroll issue?