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()
}

>  - Offers no extensibility beyond simple :foo or [foo__bar] selectors
the library is very young =)

>  - Uses browser sniffing
>  - Have you looked at the source code?
yes, i do. browser sniffing used mostly for an events.

of course, this library has problems, but it has a good parts too

PS, sory for my bad english

-- 
Максим Игоревич Гришаев,
AstroStar.ru

--~--~---------~--~----~------------~-------~--~----~
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