I'm assuming you've put the script tag that waits for this computation
directly into the page?

On Fri, Feb 17, 2012 at 8:54 AM, Brent Millare <brent.mill...@gmail.com>wrote:

> I have web content that loads instantly except for a small section of it,
> which depends on high latency computations, that take a second to do. As of
> now, since the page only loads when everything is computed, the whole page
> takes a second to load. I'd like most of the page to load, then the slow
> section to load later, kinda like how large images are loaded on a page,
> but replace the image with plain html content. What's the right
> clojurescript way to provide lazy loaded, or at least delayed loaded
> content on a webpage? (Note I'm assuming javascript/clojurescript is the
> right approach to this. I don't think frames are supported in the future,
> for example its deprecated/not supported in html5)
>
> --
> You received this message because you are subscribed to the Google
> Groups "Clojure" group.
> To post to this group, send email to clojure@googlegroups.com
> Note that posts from new members are moderated - please be patient with
> your first post.
> To unsubscribe from this group, send email to
> clojure+unsubscr...@googlegroups.com
> For more options, visit this group at
> http://groups.google.com/group/clojure?hl=en

-- 
You received this message because you are subscribed to the Google
Groups "Clojure" group.
To post to this group, send email to clojure@googlegroups.com
Note that posts from new members are moderated - please be patient with your 
first post.
To unsubscribe from this group, send email to
clojure+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/clojure?hl=en

Reply via email to