Possible Duplicate:
What minifier was used to generate the official JQuery “minified” version?
Looking at their code it is minified alot better than mine.
I used Yahoo's Compressor.
But basically some/all the Javascript keywords are only used once..they are put into this structure
|documentGetElementById|anohter_one|.....|etc.
at the bottom of the minified source.
Yahoo's compressor did not do this.
How can I do this?