Work around for live filtering 1500+ items with jQuery in Chrome

后端 未结 2 781
醉话见心
醉话见心 2021-02-09 00:48

I\'m being bitten by the Chrome/Webkit 71305 bug where un-hiding a large number of nodes causes Chrome to hang. (Also occurs in Safari).

I am filtering a list item that

2条回答
  •  逝去的感伤
    2021-02-09 01:07

    Actualy, you can put empty value to

  • element. That actualy is only fix i was able to work. And when you need value again, put it back. Or you can remove
  • . But I more prefere for that, to use AJAX.

提交回复
热议问题