add jquery and gz tests
This commit is contained in:
parent
60a95c420d
commit
d198d1b433
BIN
http/jquery.min.js.gz
Normal file
BIN
http/jquery.min.js.gz
Normal file
Binary file not shown.
16
http/jquerytest.html
Normal file
16
http/jquerytest.html
Normal file
@ -0,0 +1,16 @@
|
||||
<html xmlns="http://www.w3.org/1999/xhtml">
|
||||
<head>
|
||||
<script type="text/javascript" src="/jquery.min.js.gz"></script>
|
||||
<script type="text/javascript">
|
||||
window.onload = function()
|
||||
{
|
||||
if (jQuery) { alert("Jquery loaded");}
|
||||
else { alert("Jquery not loaded");}
|
||||
};
|
||||
|
||||
</script>
|
||||
</head>
|
||||
<body>
|
||||
<h1>Jquery test page</h1>
|
||||
</body>
|
||||
</html>
|
||||
Loading…
x
Reference in New Issue
Block a user