NIHVIVO-3468: Started work for adding progress indicator to autocomplete fields

This commit is contained in:
manolobevia 2011-12-09 18:51:22 +00:00
parent 55d1f7c5c7
commit 641a062124
5 changed files with 50 additions and 4 deletions

View file

@ -4,6 +4,7 @@ $(document).ready(function(){
//Remove initial value of input text 'Select an existing last name'
$('input[name="proxySelectorAC"]').click(function(){
$(this).val('');
$("span[name='proxySelectorSearchStatus']").text('')
});
//Alert when user doesn't select an editor and a profile after submitting from for relating proxy-profiles