I'm looking around for a infinite scroll in my posts feed that works with laravel pagination. So when the user is near the bottom the next page appends on the bottom. I found some jQuery plugins that could manage this like infinite-scroll & jScroll.
The point is I want to have the option to redirect the users to the post or comment they created, so lets say the commented on post div#post_345 after I handled the add of that post I want to return them to the page and let them automatic scroll to their comment.
After some research I could not find a right/good solution. I hope someone can send me in the right direction to complete this.