Skip to content

Instantly share code, notes, and snippets.

View atskimura's full-sized avatar

atskimura

  • co-meeting, Inc.
  • Tokyo
View GitHub Profile
@hito-asa
hito-asa / gist:5185573
Created March 18, 2013 07:30
enable fullscreen mode for co-meeting
$(function() {
$("#account-menus ul").append("<li><a href='#' id='fullscreen-menu'>フルスクリーン</a></li>");
$("#fullscreen-menu").click(function () {
$("#header").remove();
$("#footer").remove();
$("#guide").remove();
$("#side-panel").remove();
$("#main-header").remove();
$("#main-subheader").remove();
$("#online-demo-support-tab").remove();