File tree Expand file tree Collapse file tree 1 file changed +9
-7
lines changed
Expand file tree Collapse file tree 1 file changed +9
-7
lines changed Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments