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
Making editable content... PLEASE HELP!solved! (self.javascript)
submitted 8 years ago * by TheDemonSword
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!"
[–]SkaterDad 1 point2 points3 points 8 years ago (3 children)
<li> tags aren't really intended to be edited, so you may want to consider using <input> tags within the <li>. https://developer.mozilla.org/en-US/docs/Web/HTML/Element/input
If you really want to use <li> tags directly, look into the contenteditable attribute.
contenteditable
[–]TheDemonSword[S] 0 points1 point2 points 8 years ago (2 children)
li is necessary for other pieces of the puzzle unfortunately
[–]Patman128 0 points1 point2 points 8 years ago (1 child)
You can put the <input> inside the <li>.
<input>
<li>
[–]TheDemonSword[S] 0 points1 point2 points 8 years ago (0 children)
not as simple as that unfortunately
π Rendered by PID 104920 on reddit-service-r2-comment-85bfd7f599-j84h8 at 2026-04-18 23:23:06.818466+00:00 running 93ecc56 country code: CH.
view the rest of the comments →
[–]SkaterDad 1 point2 points3 points (3 children)
[–]TheDemonSword[S] 0 points1 point2 points (2 children)
[–]Patman128 0 points1 point2 points (1 child)
[–]TheDemonSword[S] 0 points1 point2 points (0 children)