|
|
|
|
|
by ripter
4874 days ago
|
|
If you check you are right. Amazon, eBay, and MSN all use jQuery. (at least on their homepage). You can't simply look for the global `$` or a single file named jquery. I work on large corporate applications and we use jQuery, but we would fail the `$` and jquery file test. We don't expose the global `$` and jquery gets combined and minified with our own code. |
|