Skip to content

Commit e532291

Browse files
author
Matt Clements
committed
Fixed issue with Example missing jQuery Library
Added Google CDN Hosted jQuery latest
1 parent c7b82e7 commit e532291

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

example.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<meta charset="UTF-8"/>
88
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/>
99

10-
<script type="text/javascript" src="jquery.js"></script>
10+
<script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1/jquery.min.js"></script>
1111
<script type="text/javascript" src="jquery.formvalidator.js"></script>
1212

1313
<link href="style.css" type="text/css" rel="stylesheet"/>

0 commit comments

Comments
 (0)