I\'m having an issue using jQuery autocomplete with dynamically created inputs (again created with jQuery). I can\'t get autocomplete to bind to the new inputs.
I found that I needed to put teh autocomplete after the append so:
$tableBody.append(newtr); $('.description', newtr).autocomplete(autocomp_opt);