Autocomplete Chained

108 views Asked by At

I'm working on a default JqueryUI Autocomplete and looking for further development of code. I have already worked and developed for chained auto search, but recent work by the developer has messed it up. I would like chained Autocomplete.

$( function() {
    var availableTags = [
      "ActionScript",
      "AppleScript",
      "Asp",
      "BASIC",
      "C",
      "C++",
      "Clojure",
      "COBOL",
      "ColdFusion",
      "Erlang",
      "Fortran",
      "Groovy",
      "Haskell",
      "Java",
      "JavaScript",
      "Lisp",
      "Perl",
      "PHP",
      "Python",
      "Ruby",
      "Scala",
      "Scheme"
    ];
    $( "#tags" ).autocomplete({
      source: availableTags
    });
  } );

Looking for chained autocomplete.

1

There are 1 answers

1
Keyur Padalia On

You are probably missing to use jQuery UI https://code.jquery.com/ui/1.12.1/jquery-ui.js