$('#searchDeliverySector').blur(function () { $('span.btn-clear').hide(); });
function ClearSearchFields(id) { $(id).val(''); $(this).hide(); }