We started a new project and realized that we need a general-purpose javascript library that contains a good set of string functions, MD5, base64, allows extensions, etc. In addition, copying and pasting functions from other libraries does not sound very attractive.
So, I think the question is, which javascript library contains the most common functions? or maybe there is a good collection of global functions that we could use / extend. We know that DOM manipulation is covered by numerous AJAX libraries, including jQuery.
* Remember, we could alternatively extend ExtJS, jQuery, etc. Is that what you guys are doing?
source share