So.js is a multipurpose JavaScript library that contains DOM, HTTP, Event, Animation objects and extensions built with So. DOM Example // set each '' font size to '15px', wich has no 'foo' class so.onReady(function($) { $.dom("p:not(.foo)").style("font-size", 15); // or $.dom("p").not