Skip to content

Commit

Permalink
Merge pull request #743 from joxxxe/patch-1
Browse files Browse the repository at this point in the history
updated but still not working please advise
  • Loading branch information
posabsolute committed Dec 2, 2014
2 parents 07efdab + 8102334 commit a836ce2
Showing 1 changed file with 9 additions and 7 deletions.
16 changes: 9 additions & 7 deletions demos/demoChosenLibrary.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,15 @@
<head>
<meta http-equiv="Content-type" content="text/html; charset=utf-8" />
<title>JQuery Validation Engine</title>
<link rel="stylesheet" href="../css/validationEngine.jquery.css" type="text/css"/>
<link rel="stylesheet" href="../css/template.css" type="text/css"/>
<link rel="stylesheet" href="http://harvesthq.github.com/chosen/chosen/chosen.css" type="text/css"/>
<script src="../js/jquery-1.8.2.min.js" type="text/javascript"></script>
<script src="../js/languages/jquery.validationEngine-en.js" type="text/javascript" charset="utf-8"></script>
<script src="../js/jquery.validationEngine.js" type="text/javascript" charset="utf-8"></script>
<script src="http://harvesthq.github.com/chosen/chosen/chosen.jquery.js" type="text/javascript"></script>

<script src="http://code.jquery.com/jquery-1.10.1.min.js"></script>
<script src="http://harvesthq.github.io/chosen/chosen.jquery.js" type="text/javascript"></script>
<link rel="stylesheet" href="https://github.com/posabsolute/jQuery-Validation-Engine/blob/master/css/validationEngine.jquery.css" type="text/css"/>
<link rel="stylesheet" href="http://harvesthq.github.io/chosen/chosen.css" type="text/css"/>

<script src="http://www.position-relative.net/creation/formValidator/js/languages/jquery.validationEngine-en.js" type="text/javascript" charset="utf-8"></script>
<script src="http://www.position-relative.net/creation/formValidator/js/jquery.validationEngine.js" type="text/javascript" charset="utf-8"></script>

<script>
jQuery(document).ready(function() {
// binds form submission and fields to the validation engine
Expand Down

0 comments on commit a836ce2

Please sign in to comment.