Jump to content

Khương Itvtbadboy

Members
  • Posts

    15
  • Joined

  • Last visited

Posts posted by Khương Itvtbadboy

  1. i have an example, when customer typed "d, a or m", search engine returns "đầm". But i want only one keyword "d" with value "đầm". i had changed the length of "TERM" variable.

    for(var i = 0;i<term.length;i++){

          ret += accentMap[ term.charAt(i[0]) ] || term.charAt(i[0]);

    }

    Noname.jpg.e04fdfd1553b8c0ca7b8455360e6935b.jpg

  2. I had chosen autocomplete using jquery and javascript for my website. In this image, default feature are one text input, one availableTags and one source. I want to develop more than one availableTags same as image but ... maybe autocomplete formula was wrong when i add "switch function".

    Who can help me!!!

    Noname.jpg

×
×
  • Create New...