$(document).ready(function () {
    $('#searchFormPager').change(function () {
        location.href = $(this).val();
    });
});