I 'm trying to create my own Javascript library which I want to be able to access in the same way as you do with Jquery (by writing Jquery.something or $.something). But I can't figure out how that is done. The object Jquery must in someway be created and have access to all window objects, right?
If anyone have any experience in creating your own APIs then any information would be helpful because I've been searching for answers on google the whole day without any luck. Nowhere can I find a tutorial or forum thread on how to do this, how can the information be so limited? Anyway, thank you for your time!