Single Page Application capability where only content which requires updating/loading is loaded, and not the entire page
Single Page Application capability where only content which requires updating/loading is loaded, and not the entire web page (ie. no data reloaded redundantly/superfluously), thus achieving a native desktop user experience.
32
votes
Michael
shared this idea
-
Greg Griffin commented
I would go for a dynamic loading in a DIV and #1 to avoid having to use iFrame and allow for dynamic changing of size. It is really a pain when cross-domain loading of Caspio restricts just about everything for iFrames, and you have reload jquery for each iframe, and, and, and....$('div').load()....then Caspio reloads and not the whole page