Created
June 20, 2015 11:07
-
-
Save abeautifulmime/d7c3ab3f64ee32ec4b34 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!DOCTYPE html> | |
<html lang="en"> | |
<head> | |
<ol> | |
<li id="message"> | |
<a href="#">Hello world</a> | |
</li> | |
</ol> | |
<link rel="import" href="functions.js" /> | |
<script> | |
var parent = link_element.parentNode; | |
parent.removeChild(link_element); | |
print(document.getElementById('message').innerHTML("")) | |
</script> | |
</head> | |
<body> | |
</body> | |
</html> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment