I’ve been toying around with some code that – while not needed – would benefit greatly from a nice JavaScript enhancement framework.
After going through Prototype and not being very happy with the functions, steep learning curve or feeling of bloatyness, I’ve settled on JuiceLib. It’s a nice, small and clean framework, that adds just what it needs to and nothing more.
One of the features I really like is to be able to submit a form via AJAX and have the results return without needing to do a page refresh. Very useful when you’re updating simple form fields and need instant feedback.