1 2 3 4 5
$(function() { $('.versions').change(function (e) { location.href = $(this).find('option:selected').data('url'); }); });