/    Sign up×
Community /Pin to ProfileBookmark

Purpose of JS in HTML

I have often read that the best design makes the HTML work even if JS is offline.
I can understand that,
but why have JS functions like
elem.addEventListener(click, function) statements?

If the HTML is recommended to have the actions for the onclick defined,
why bother with the JS definitions? Or this just a weak example? ?

to post a comment
JavaScript

2 Comments(s)

Copy linkTweet thisAlerts:
@rootJul 29.2017 — Ultimately the onclick attributes and the addEventListner and JavaScript will only function if JavaScript is available.

Its where people have web forms and select menus that could easily be written as HTML but then are dynamically populated with JavaScript, the most obvious crack is the lack of JavaScript will mean that the client is left looking at a blank selector because it never got populated.
Copy linkTweet thisAlerts:
@homautomationJul 31.2017 — JavaScript is a programming language that is run by most modern browsers.It can be used to control web pages on the client side of the browser, server-side programs, and even mobile applications. This language is used commonly in combination with HTML, CSS, and AJAX.
×

Success!

Help @JMRKER spread the word by sharing this article on Twitter...

Tweet This
Sign in
Forgot password?
Sign in with TwitchSign in with GithubCreate Account
about: ({
version: 0.1.9 BETA 4.29,
whats_new: community page,
up_next: more Davinci•003 tasks,
coming_soon: events calendar,
social: @webDeveloperHQ
});

legal: ({
terms: of use,
privacy: policy
});
changelog: (
version: 0.1.9,
notes: added community page

version: 0.1.8,
notes: added Davinci•003

version: 0.1.7,
notes: upvote answers to bounties

version: 0.1.6,
notes: article editor refresh
)...
recent_tips: (
tipper: @Yussuf4331,
tipped: article
amount: 1000 SATS,

tipper: @darkwebsites540,
tipped: article
amount: 10 SATS,

tipper: @Samric24,
tipped: article
amount: 1000 SATS,
)...