Do javascript variables have a storage limit?
Do javascript variables have a storage capacity limit? I'm designing one YUI datatable where I fetch the data from database and store it in a js object and wherever required I'll extract it and update the YUI datatable. Right now in Dev I've very few records and its storing correctly. In production I may have 1000s of records, this js object is capable to store all these 1000s of records? If its not capable I'll create on hidden textarea in jsp and store the data there ssube Yes, objects and arrays have storage limits. They are sufficiently large to be, for most purposes, theoretical. You will