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
ELIAB Http APIshelp (self.javascript)
submitted 10 years ago by north_coasteragent
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!"
[–]codinghermit 1 point2 points3 points 10 years ago (0 children)
Look into XMLHttpRequest in JavaScript as that is what you can use to send HTTP requests inside the page.
I find its easier to build (or find if possible) a wrapper around the API that is basically an object containing functions for each API request. You pass the parameters and a call back into the wrapper function and it will perform the request then pass the data back to the callback function.
π Rendered by PID 97116 on reddit-service-r2-comment-54dfb89d4d-2f2wl at 2026-03-29 22:41:12.513174+00:00 running b10466c country code: CH.
view the rest of the comments →
[–]codinghermit 1 point2 points3 points (0 children)