While considering the JS framework for my next project, I can see the scale clearly tipping towards jQuery, however, Prototype is getting good reviews, too.
The issue I am thinking of is how to downscale these to have only the functionality I REALLY need. The latest jQuery seems to be 55k compressed, for instance, and I clearly need only the very basic functionality needed mostly or cross-browser compatibility.
The alternative of coding just what I need by hand sounds quite a pain in the butt.
Has anyone come across some "jQuery downscaler" or "Prototype downscaler"? Stuff like Dlite does not quite cut it since I need the cross-browser AJAX with timeouts, and the cross-browser cookie handling, but maybe there is some other lightweight solution?
ASP-related bundles won't help since I am doing a PHP-based solution.
Any tips on that will be much appreciated.