Item Type
Item Name
Search file in folder and subfolders...
$(function() { $('.versions').change(function (e) { location.href = $(this).find('option:selected').data('url'); }); });