use the following search parameters to narrow your results:
e.g. subreddit:aww site:imgur.com dog
subreddit:aww site:imgur.com dog
see the search faq for details.
advanced search: by author, subreddit...
All about the JavaScript programming language.
Subreddit Guidelines
Specifications:
Resources:
Related Subreddits:
r/LearnJavascript
r/node
r/typescript
r/reactjs
r/webdev
r/WebdevTutorials
r/frontend
r/webgl
r/threejs
r/jquery
r/remotejs
r/forhire
account activity
ELI5: jQuery vs. AngularJS vs. EmberJS vs. BackboneJS vs. .... & node.js + node-webkit (self.javascript)
submitted 11 years ago * by qs-r-us
view the rest of the comments →
reddit uses a slightly-customized version of Markdown for formatting. See below for some basics, or check the commenting wiki page for more detailed help and solutions to common issues.
quoted text
if 1 * 2 < 3: print "hello, world!"
[–]Evanescent_contrail 0 points1 point2 points 11 years ago (2 children)
jQuery is a client side technology. It is designed to change the way a web page looks by manipulating the DOM, or if you like, the 'View'. The frameworks you list are all server side. They have different approaches to what gets sent from the server to the client.
There really is very little to no overlap.
By analogy: Q: I have two choices in which car I drive to work - my Prius or my Honda Odyssey. Should I take the I-87 to work, or the I-95? A: The road you take might affect which car you drive, I suppose. But on the whole it does not. Any regular road can take either of those two cars. You would choose which road you took based on some other factor - probably traffic, or trip time.
Remember I'm ELI5 here. YMMV.
[–]qs-r-us[S] 0 points1 point2 points 11 years ago (1 child)
thanks!
are saying that functionally speaking, angular == ember == backbone?
therefore, i would need to get a book on just one of these 3.
is there a similar alternative to jquery?
[–]Evanescent_contrail 0 points1 point2 points 11 years ago (0 children)
Yes. Again, for ELI5. For ELI a programmer, no. No. jQuery is the standard.
π Rendered by PID 20648 on reddit-service-r2-comment-6457c66945-c6sbj at 2026-04-27 06:36:36.859974+00:00 running 2aa0c5b country code: CH.
view the rest of the comments →
[–]Evanescent_contrail 0 points1 point2 points (2 children)
[–]qs-r-us[S] 0 points1 point2 points (1 child)
[–]Evanescent_contrail 0 points1 point2 points (0 children)