Inscrivez-vous ou connectez-vous pour rejoindre votre communauté professionnelle.
jQuery itself is a library. But i think by "library" you mean "Plugin". Plugins are written normally to extend jQuery's functionality. So choosing a plugin depends on kind of functionality you want.
You can also write your own plugins if you really know Javascript.