JS фреймуърк, който е много подобен на jQuery, но не толкова използван.
Например това на Prototypejs
document.getElementById("id_of_element").style.color = "#ffffff";
на jQuery e:
$("id_of_element").setStyle({color: '#ffffff'});
Литература:
https://stackoverflow.com/questions/2644556/prototype-vs-jquery-strengths-and-weaknesses