The ff javascript library is a minimal ( less than 7kb ) javascript library that has the following features:
The basic idea behind it is to provide a common AJAX/DOM API for all current browsers but to keep the size and thus the page load / render times at a minimum. At less than 7k in the javascript compressed version and even less than 3k for the gzip compressed version it is very well suited even for dial-up access.
The ff javascript library is based on the javascript part of my japano webapp toolkit which is currently not being actively developed. In contrast to japano it is available on a more liberal license ( a BSD-like license ).