Sha256: 354f2df7f8e7d7215565601aa1cd4bc821b8ce830d6303a1f49a3368541e6224
Contents?: true
Size: 447 Bytes
Versions: 52
Compression:
Stored size: 447 Bytes
Contents
/* * nicovideo.js : expandable nico nico douga inline player for tDiary * * Copyright (C) 2012 by TADA Tadashi <t@tdtds.jp> * You can modify and/or distribute it under GPL. */ function nicovideoPlayer( video_id ) { $( "#thumbnail-" + video_id ).hide(); $( "#player-" + video_id ).show(); return false; } function nicovideoThumbnail( video_id ) { $( "#player-" + video_id ).hide(); $( "#thumbnail-" + video_id ).show(); return false; }
Version data entries
52 entries across 46 versions & 2 rubygems