0

I'm trying to do a prefix matching for my autocomplete based on Jquery UI. I could not figure out a way so decided to dig into the code in jquery-ui-autocomplete.js. I'm not able to figure out where to do this matching in the code. Can anyone help me out ? Thank you.

Kiran
  • 1,037
  • 1
  • 11
  • 24

1 Answers1

0

I have blog post with example autocomplete with jquery: http://blog.goranobradovic.com/2011/07/autocompleting-cascading-dropdowns/

It may be of use to you, and simpler/easier than digging through autocomplete source.

Sorry for the images in the post, but you have link to complete source available.

Goran Obradovic
  • 8,821
  • 8
  • 48
  • 77