Is there a limit on the amount of data I can store using jQuery.data (element, key, value)? Also, where is the data stored? In mind?
thanks
Data is stored inside the $ ccache object. In accordance with the limit, I did a little experiment with an arbitrarily large number of text lines, I can not make it break or even throw an exception.