Jquery Plugins/Autocomplete Special Char problem
- by Yetkin EREN
Hi;
i use that plugin for autocomplate; docs.jquery.com/Plugins/Autocomplete
but i have a problem with spacial chars. if a special char first char of a word, this char has being ignored and if its not first char, chars before that has being ignored.
for example:
"slk" cant found but if i type "lk" "slk" found and
if i type öd "aöd" found.
i…