Autocomplete using jsp and scriplets(Not using java classes)
问题 I want to make an autocomplete but not by using any java method. Just by using jsp, jquery, ajax and scriplets. Is it possible? Please suggest. I tried using the code given below, but am getting error Uncaught Error: cannot call methods on autocomplete prior to initialization; attempted to call method 'List.jsp' The code is given below: //(Index.jsp) <html> <head> <script src = "https://code.jquery.com/jquery-1.10.2.js"></script> <script src = "https://code.jquery.com/ui/1.10.4/jquery-ui.js">