On Tue, Jan 27, 2009 at 4:36 PM, KidsKilla .grin! wuz here <
[email protected]> wrote:

>
> 2009/1/28 John Resig <[email protected]>:
> >
> > A whole mess of problems:
> >  - Caches queries with reckless abandon - this is incredibly bad on
> > any sort of dynamic document (aka - all of jQuery)
> it is, but maybe there is some way to recognize when we can use a
> cache and when we can't. kinda
> if(lastInnerHTML != document.body.innerHTML){
>  resetCache()
> }
>
>
that method of cache expiry is pretty gruesome and is as bad (or worse!) as
not having a cache at all.

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"jQuery Development" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at 
http://groups.google.com/group/jquery-dev?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to