Skip to content

Instantly share code, notes, and snippets.

@shigemk2
Created February 10, 2015 07:37
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save shigemk2/7077e81a0d2cdb32a2fc to your computer and use it in GitHub Desktop.
Save shigemk2/7077e81a0d2cdb32a2fc to your computer and use it in GitHub Desktop.
<!DOCTYPE html>
<html lang="ja">
<head>
<meta charset="utf-8">
<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7.0/jquery.min.js"></script>
<title>noscript</title>
<script>
$(function() {
$("body").append('<noscript><p>ほげほげ</p></noscript>');
// $("body").append('<p>ほげほげ</p>');
});
</script>
</head>
<body>
<p>noscript</p>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment