$("#id_establishment").change( function() { window.location.href = "/auction/bidding/" + $(this).val() + "/"; } );