Skip to content

Commit a836ce2

Browse files
committed
Merge pull request posabsolute#743 from joxxxe/patch-1
updated but still not working please advise
2 parents 07efdab + 8102334 commit a836ce2

File tree

1 file changed

+9
-7
lines changed

1 file changed

+9
-7
lines changed

demos/demoChosenLibrary.html

Lines changed: 9 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,15 @@
33
<head>
44
<meta http-equiv="Content-type" content="text/html; charset=utf-8" />
55
<title>JQuery Validation Engine</title>
6-
<link rel="stylesheet" href="../css/validationEngine.jquery.css" type="text/css"/>
7-
<link rel="stylesheet" href="../css/template.css" type="text/css"/>
8-
<link rel="stylesheet" href="http://harvesthq.github.com/chosen/chosen/chosen.css" type="text/css"/>
9-
<script src="../js/jquery-1.8.2.min.js" type="text/javascript"></script>
10-
<script src="../js/languages/jquery.validationEngine-en.js" type="text/javascript" charset="utf-8"></script>
11-
<script src="../js/jquery.validationEngine.js" type="text/javascript" charset="utf-8"></script>
12-
<script src="http://harvesthq.github.com/chosen/chosen/chosen.jquery.js" type="text/javascript"></script>
6+
7+
<script src="http://code.jquery.com/jquery-1.10.1.min.js"></script>
8+
<script src="http://harvesthq.github.io/chosen/chosen.jquery.js" type="text/javascript"></script>
9+
<link rel="stylesheet" href="https://github.com/posabsolute/jQuery-Validation-Engine/blob/master/css/validationEngine.jquery.css" type="text/css"/>
10+
<link rel="stylesheet" href="http://harvesthq.github.io/chosen/chosen.css" type="text/css"/>
11+
12+
<script src="http://www.position-relative.net/creation/formValidator/js/languages/jquery.validationEngine-en.js" type="text/javascript" charset="utf-8"></script>
13+
<script src="http://www.position-relative.net/creation/formValidator/js/jquery.validationEngine.js" type="text/javascript" charset="utf-8"></script>
14+
1315
<script>
1416
jQuery(document).ready(function() {
1517
// binds form submission and fields to the validation engine

0 commit comments

Comments
 (0)