Can't get $(this) working in jQueryUI autocomplete

后端 未结 5 1483
滥情空心
滥情空心 2020-12-25 11:21

I\'m trying to create a generic autocomplete script using jQueryUI. The autocomplete should work for every:



        
5条回答
  •  梦毁少年i
    2020-12-25 12:11

    $(this) will come from your newly created function and thus not work. Move your id declaration above source and it should work.

提交回复
热议问题