File tree 1 file changed +4
-4
lines changed
1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 9
9
< head>
10
10
< meta charset="utf-8">
11
11
< title> <xsl : value-of select =" desc" />< /title>
12
- < link rel=" stylesheet" href=" http ://jqueryvalidation.org/files/demo/site-demos.css">
12
+ < link rel=" stylesheet" href=" https ://jqueryvalidation.org/files/demo/site-demos.css">
13
13
<xsl : if test =" css" >< style> <xsl : copy-of select =" css/text()" /> < /style> </xsl : if >
14
14
< /head>
15
15
< body>
16
16
< form id=" myform"> <xsl : copy-of select =" html/text()" />< /form>
17
- < script src="http ://code.jquery.com/jquery-1.11.1.min.js">< /script>
18
- < script src="http ://cdn.jsdelivr.net/jquery.validation/1.15.0/jquery.validate.min.js">< /script>
19
- < script src="http ://cdn.jsdelivr.net/jquery.validation/1.15.0/additional-methods.min.js">< /script>
17
+ < script src="https ://code.jquery.com/jquery-1.11.1.min.js">< /script>
18
+ < script src="https ://cdn.jsdelivr.net/jquery.validation/1.15.0/jquery.validate.min.js">< /script>
19
+ < script src="https ://cdn.jsdelivr.net/jquery.validation/1.15.0/additional-methods.min.js">< /script>
20
20
< script>
21
21
// just for the demos, avoids form submit
22
22
jQuery.validator.setDefaults({
You can’t perform that action at this time.
0 commit comments