Jump to content

javascript libraries


jcombs_31

Recommended Posts

I'll admit, I've never really used much javascript and don't know the language very well.  I'm also not a fan of using libraries, but it seems the more I look around, the more I see lots of people use them, such as prototype.  What are your thoughts on js libraries?  Do you use them, are they good? 
Link to comment
https://forums.phpfreaks.com/topic/16796-javascript-libraries/
Share on other sites

I personally just use whatever I need.  I build my own and if I end up using the same ones throughout my site, I throw them all into one JS file and include it at the top of every page or in my index.  So I guess you could call that my own personal library, but I think that's a stretch.  Keep in mind that every piece of JS code you include in a page has to be downloaded by the user.  I try to keep mine as trim and clean as possible.
Link to comment
https://forums.phpfreaks.com/topic/16796-javascript-libraries/#findComment-70665
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.