OSDN Git Service

3a1f56c512db4e3f33a4425f0fc0b60d7fe8e87a
[kit/kit.git] / app / ytplayer / ytplayer.js
1 ((_pid, _app) => {
2     $("#w" + _pid).resizable({
3         alsoResize: ".ytplayer-area",
4         minWidth: "200"
5     });
6
7     _app.dom().delegate(".ytplayer-play", "click", () => {
8         _app.dom(".ytplayer-area").attr("src", "https://www.youtube.com/embed/"+ _app.dom("#ytplayer-src").val() +"?&showinfo=0&iv_load_policy=3&fs=0&modestbranding=1");
9     }).delegate(".ytplayer-nico", "click", () => {
10         _app.dom(".ytplayer-area").attr("src", "https://embed.nicovideo.jp/watch/"+ _app.dom("#ytplayer-src").val() +"?&showinfo=0&iv_load_policy=3&fs=0&modestbranding=1");
11     });
12 })(pid, app);