0
Access to restricted URI denied.
New to Textastic and referencing jquery.js within and HTML but receiving the following error... none of the alert dialogs appear. Access to restricted URI denied.
<!DOCTYPE HTML>
<html>
<head>
<meta name="viewport" content="width=device-width, initial-scale=1.0"/>
<script src="jquery.js" type="text/javascript"></script>
<title></title>
</head>
<body>
<script type="text/javascript">
alert('pre');
$(document).ready(function() {
alert('Hello World');
}
</script>
</body>
</html>y
Customer support service by UserEcho
Never mind that is some how the error message for poorly written js.