This site is mobile accessible. Press the "Tap Here" button to use a different font-size.
Smartphone icons created by Freepik - Flaticon
Remove an HTML element:
$("#id").remove();
document.getElementById("id02").remove();
Return the parent of an HTML element:
myParent = $("#02").parent().prop("nodeName"); ;
myParent = document.getElementById("02").parentNode.nodeName;
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