With reference to this question Sorting Autocomplete UI Results based on match location, there is a solution that provides for single value jQuery autocomplete but is it possible to get a similar solution for multiple values jQuery autocomplete (http://jqueryui.com/autocomplete/#multiple)?
With reference to this question Sorting Autocomplete UI Results based on match location ,
Share
The only difference here is that you need to make sure and call
extractLastlike the demo you linked to is doing. Here’s the complete code that should work with multiple values (pay particular attention to thesourceoption):Example: http://jsfiddle.net/Aa5nK/1/