File tree 1 file changed +9
-7
lines changed
1 file changed +9
-7
lines changed Original file line number Diff line number Diff line change 3
3
< head >
4
4
< meta http-equiv ="Content-type " content ="text/html; charset=utf-8 " />
5
5
< 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
+
13
15
< script >
14
16
jQuery ( document ) . ready ( function ( ) {
15
17
// binds form submission and fields to the validation engine
You can’t perform that action at this time.
0 commit comments