jquery-fullscreen-plugin icon indicating copy to clipboard operation
jquery-fullscreen-plugin copied to clipboard

not working in a function

Open amhoho opened this issue 8 years ago • 0 comments

/*jquery.js,jquery-fullscreen-plugin.js*/
<a href='javascript:test()'>Click toggleFullScreen</a>
<javascript>
function test(){
$(document).toggleFullScreen();
}
</javascript>

amhoho avatar Jun 23 '17 01:06 amhoho