We have a blog listing page displaying all articles related to a certain tag. Page url looks like this: /blog/tag/{tag-name}
One feature of this page is to filter posts by Most Popular and Latest articles through a dropdown box. My question is how do we achieve this that when the option is selected, the articles will be sorted in an "ajax" kind of way and without having to reload the page. Is this possible?