This site is mobile accessible. Press the "Tap Here" button to use a different font-size.
Smartphone icons created by Freepik - Flaticon
Set the inner text of an HTML element:
myElement.text("Hello Sweden!");
myElement.textContent = "Hello Sweden!";
Get the inner text of an HTML element:
myText = $("#02").text();
myText = document.getElementById("02").textContent;
Set the HTML content of an element:
myElement.html("<p>Hello World</p>");
myElement.innerHTML = "<p>Hello World</p>";
Get the HTML content of an element:
content = myElement.html();
content = myElement.innerHTML;
Eventually the navigation links, above, will be replaced by these (previous) and (next) buttons below.
JavaScript icons used in the buttons provided by ICONS8.COM. Smartphone icons created by Freepik - Flaticon