how much data can I store in it

Is there a limit on how much data I can store using jQuery.data( element, key, value ) ? Also, where is the data stored ? In memory ?

Thanks


The data is stored internally in the $.cache object. As per the limit, i did a small experiment with arbitrarily large number of text lines, i can't seem to get it to break, or even throw an exception.

链接地址: http://www.djcxy.com/p/55632.html

上一篇: 使用Spotify API检索封面插图

下一篇: 我可以存储多少数据