var options, a,removelink; jQuery(function(){ options = { serviceUrl:SITE_URL+'/artists/quickResponse/' , minChars:1, maxHeight:200, width:250, zIndex: 9999, params: { country:'Yes' }, onSelect: function(value, data){ jQuery('#search_keyword').val(''); removelink=''+value+''; jQuery('#userValues').append(removelink); }, deferRequestBy: 0 }; a = jQuery('#search_keyword').autocomplete(options); }); function DeleteImages(data) { if(jQuery('#removeDiv'+data)){ jQuery('#removeDiv'+data).remove(); var userIDs=document.getElementById('userIDs').value; userIDs=userIDs.replace(data,''); userIDs=userIDs.replace(',,',','); document.getElementById('userIDs').value=userIDs; } }