Before we get into too much discussion, let’s look at a Hyperscript example that communicates the spirit of the thing: In English, it says: “When the div element is loaded, send an async request to ...
I have a page that displays a map from the google map api. The map is inside a div with an id of #mapDiv. My stylesheet has a media query that sets display:none for #mapDiv if the screen is under a ...