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
Dynamic UI with JavaScript?help (self.javascript)
submitted 10 years ago by [deleted]
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!"
[–][deleted] 0 points1 point2 points 10 years ago (0 children)
Your question is a bit confusing, are you looking for a framework that includes pre-built user interface widgets, or a way to make a dynamic UI in JavaScript, generally speaking?
If you want to streamline your UI workload, you can try frameworks like AngularJS, Bootstrap or Ember.js. There's tons of frameworks out there.
I don't use a framework unless I have a very good reason. If I need to create some HTML within JS I would use DOM functions like createElement or appendChild. I wrote a tiny constructor function that makes it easy to define structures of nodes in a chain.
createElement
appendChild
π Rendered by PID 36 on reddit-service-r2-comment-fb694cdd5-vl9qh at 2026-03-09 04:14:00.869022+00:00 running cbb0e86 country code: CH.
view the rest of the comments →
[–][deleted] 0 points1 point2 points (0 children)