Why won\'t #input-myBox clear when I select an item? It seems autocomplete is preventing my .val(\'\') to work so how can I workaround this?
#input-myBox
.val(\'\')
Is it #input-mybox (lowercase b) or #input-myBox (uppercase b) ?
#input-mybox
This might be your problem :)
Edit: rob beat me to it