Too many jquery plugins?

Posted by DavidR on Stack Overflow See other posts from Stack Overflow or by DavidR
Published on 2010-05-05T12:26:27Z Indexed on 2010/05/05 12:28 UTC
Read the original article Hit count: 222

Filed under:
|

I'm developing a website, but I realized that, in addition to the link to my main javascript file, and the link to the jquery file, it's beginning to look like I'm going to have links to three or more plugins also. I'm just wondering if this is good practice? The site I'm building is a web app, so I need a lot of functionality, but I don't want to be a plugin glutton. Is it considered good to append all the javascript plugins together into one file so as to only have to download one file, or will I run into problems?

© Stack Overflow or respective owner

Related posts about JavaScript

Related posts about jQuery