Allow reader to reorder posts for themselves (oldest first)

Just have a dropdown with options for sorting order and when user changes the option in dropdown, make an ajax call(post the selected order) and fetch posts as per user selected order and populate the data after getting response.