browser autocomplete/saved form not work in ajax request

后端 未结 3 2210
Happy的楠姐
Happy的楠姐 2020-12-13 20:23

Its really hard to search the any combination of keywords in search engine about this because it used by most popular developer wanted a custom autocomplete by ajax.

3条回答
  •  自闭症患者
    2020-12-13 20:48

    I'm having the same problem. I was able to solve it for FireFox by adding a hidden iframe that I submit via JavaScript before doing my AJAX post. I still haven't found anything that works in Chrome/IE.

提交回复
热议问题