Response title
This is preview!




What do I need to do so that the selected item is displayed as html?
//Create Autocomplete //Uses jquery.ui.autocomplete.html.js extension var createAutocomplete = function () { var $input = $(this); var options = { source: $input.attr("data-jax-autocomplete"), minLength: 3, html: true, }; $input.autocomplete(options) };
So the question is when I select an item from the autocomplete
it is not displayed as html
© 2012 jQuery Foundation
Sponsored by
and others.
