Why have the "jquery." prefix on plugin filenames?

Viewed 3633

I'm curious as to the reasoning behind the standard procedure of prefixing jQuery plugin filenames with "jquery.". Several tutorials state something like:

The use of the "jquery." prefix eliminates any possible name collisions with files intended for use with other libraries.

I believe I have even seen a couple of plugins that actually require themselves not be renamed.

Are there any more specific reasons for this prefix, or is it simple the convention?

1 Answers
Related