');
$(element).next('.email-suggestion').on('click', function() {
$(this).prev('.email-check').val(suggestion.full).end().remove();
});
},
empty: function(element) { // No suggestions
// Clear any existing suggestions
$(element).next('.email-suggestion').remove();
}
});
});
});
});
Social Bar and Search