jQuery bind efficiency

前端 未结 4 913
说谎
说谎 2021-02-01 22:01

I\'m having issue with load speed using multiple jQuery binds on a couple thousands elements and inputs, is there a more efficient way of doing this?

The site has the

4条回答
  •  不要未来只要你来
    2021-02-01 22:50

    you should look at jqrid or flexigrid somthing that will allow you to do paging thats allot of data to output at once so it's best to limit how much you put out at once even if those things are right for your project you must figure out how to limit the data is the bottom line

提交回复
热议问题