File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 3
3
< head >
4
4
< meta charset ="UTF-8 " />
5
5
< title > Test iframe</ title >
6
- < script type =" text/javascript " src ="https: //ajax.googleapis.com/ajax/libs/jquery/1.7 .2/jquery.min.js "> </ script >
7
- < script type =" text/javascript " src ="../jquery.fullscreen-min.js "> </ script >
6
+ < script src ="//ajax.googleapis.com/ajax/libs/jquery/1.10 .2/jquery.min.js "> </ script >
7
+ < script src ="../jquery.fullscreen-min.js "> </ script >
8
8
</ head >
9
9
< body style ="background:white ">
10
10
< button onclick ="$(document).fullScreen(true) "> Enter Fullscreen mode from iframe</ button >
Original file line number Diff line number Diff line change 3
3
< head >
4
4
< meta charset ="UTF-8 " />
5
5
< title > jQuery Fullscreen Plugin demo</ title >
6
- < script type =" text/javascript " src ="https: //ajax.googleapis.com/ajax/libs/jquery/1.7 .2/jquery.min.js "> </ script >
7
- < script type =" text/javascript " src ="../jquery.fullscreen-min.js "> </ script >
8
- < script type =" text/javascript " >
6
+ < script src ="//ajax.googleapis.com/ajax/libs/jquery/1.10 .2/jquery.min.js "> </ script >
7
+ < script src ="../jquery.fullscreen-min.js "> </ script >
8
+ < script >
9
9
10
10
$ ( function ( ) {
11
11
You can’t perform that action at this time.
0 commit comments