vote up 2 vote down star

A couple of months ago I was doing Javascript programming on the Facebook platform, on which the major frameworks such as Dojo, ExtJS, jQuery, Prototype, etc. don't necessarily work. Which led me to discovering a couple of frameworks that merely provide the CSS selection functionality, for possible porting, namely Sizzle (used inside jQuery) and Peppy.

I remember at the time also stumbling across a mini framework that primarily provided just the document/onready functionality that some of the major frameworks provide. However I don't remember these (well actually only one) the way I do Sizzle and/or Peppy. Can anybody point me to such a Javascript mini framework, for providing primarily just document/onready functionality? Thanks

flag

1 Answer

vote up 3 vote down check

Hi George

This was suggested to me yesterday by Cal Jacobson

http://ryanmorr.com/archives/ondomready-no-browser-sniffing

All the best

Matt

link|flag
+1, good find. I wonder how small it is minified? – Kieron Jul 8 at 15:18

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.