$( function() { var availableTags = [ "Null" ]; $( "#tags" ).autocomplete({ source: availableTags }); } );