Skip to content

Instantly share code, notes, and snippets.

@forced-request
Created September 17, 2014 16:13
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 forced-request/e491eea8860e889dc843 to your computer and use it in GitHub Desktop.
Save forced-request/e491eea8860e889dc843 to your computer and use it in GitHub Desktop.
Relative Path JS
<html>
<head>
<title>Test</title>
<script src="jquery-1.11.1.min.js"></script>
<script>
$(document).ready(function () {
alert('hiii');
});
</script>
</head>
<body>
<?= htmlentities($_GET['name']) ?>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment