How can I get my Autocomplete extender to work?

前端 未结 6 1737
醉酒成梦
醉酒成梦 2021-01-21 10:49

I\'ve tried to the letter to search for mistakes in my code, but i can\'t myself get that autocomplete extender to work. Help wanted.

Here\'s my code: (excerpt from my

6条回答
  •  耶瑟儿~
    2021-01-21 11:32

    How to troubleshoot this:

    Comment out your SQL code. Just return an array with some test data. Does that work? Do you see it? If not, your webservice code is not getting called. If that works, your problem is with your database code.... Is your webservice code on the calling page?

提交回复
热议问题