I'd like to build a web app and export as jquery single page that could possibly contain 200 or so screens. Is this going to be so large that it would take an unreasonable amount of time to load.
What's the largest you've ever seen?
Thx
I'd like to build a web app and export as jquery single page that could possibly contain 200 or so screens. Is this going to be so large that it would take an unreasonable amount of time to load.
What's the largest you've ever seen?
Thx
Do I paste the above script in the "add JavaScript" inside the Data Mapping, or do I add this on event "success" ?
Exactly where and how would I paste the script????
Thanks. I'm assuming that this would be a javascript function. I'm pretty new to this, so could you share with me how to write the stringify function. I think it looks something like this but I'm not sure :
var r = JSON.stringify(value);
localStorage('key', r);