$(document).ready(function() {
  
  $('.jumpbox').change(function() {
    
    window.location=$(this).val();
    
  });
  
});
