The JSAN website is up again and they are accepting new modules, all
you have to do is make it into a .tar.gz file and include a META
file...
http://www.openjsan.org/
Anyways I noticed that DOMAssistant has a DOMAssistant.$() method
which is often exported from DOMAssistant to window, which is
something that MochiKit.DOM also tends to do... MochiKit already is
JSAN-compliant and JSAN already has facilities built in for this so I
think this library could benefit from this...
http://www.openjsan.org/doc/c/cw/cwest/JSAN/0.10/lib/JSAN.html
Another thing though is I have noticed some people have wanted to
modularize this library more and move out the CSS selector engine and
I think JSAN could be useful for that...
Anyways I was just wondering what you guys think of JSAN.