below is my My Code
This is embarrassing but it held me up for a while so I figured I would post it here.
I did not have jQuery UI installed, only classic jQuery, which does not include autocomplete (apparently). Adding the following tags enabled autocomplete via jQuery UI.
and
Of note, the HTML value autocomplete="off"
for either the form or form block will prevent the brower from performing the method .autocomplete()
, but will not block the jQuery UI function.