jcombs_31 Posted August 7, 2006 Share Posted August 7, 2006 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 More sharing options...
ober Posted August 7, 2006 Share Posted August 7, 2006 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 More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.