we will talking today about javascript frameworks
first : what we mean by javascript framework ??
“A
software framework, in computer programming, is an abstraction in which common code providing generic functionality can be selectively overridden or specialized by user code providing specific functionality.”
from wikipedia
so we can say that javascript framework is abstracting to tranditional javascript codes so you can do amazing things with javascript just with a few lines of code
you can control DOM ,doing amazing animation , ajax and alot of cool things that helps when you develop a website
now ,we knows what it means but there is alot of frameworks what is the best
we will go in a short tour with the best 10 javascript frameworks
1- jquery:-
the best framework ever for javascript , specially with the new realese 1.3 the jquery become lighter , faster , more powerful
you can control DOM easly with the DOM engine using CSS3
website :-
jquery.com
license :
MIT &
GPL
2- prototype:-
the fastest framework it really very fast an also contain a good DOM engine but not powerful as jquery.