I'm using a jQuery widget that leverages jQuery UI's autocomplete. However, I keep getting the error "url is undefined" on line 987 of dnn.jquery.js. This turns out to be code buried into an 'autocomplete' widget. So a couple of questions:
Why override jQuery UI's internal logic?
How can we use widgets that use jQuery UI's autocomplete in DNN?