Skip to content

thecodejack/jquery-html5-fullscreen

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

JQUERY HTML5 FULLSCREEN PLUGIN

With this plugin you can make any DOM element to fullscreen by binding to any event.

Can make a DOM element fullscreen in two steps.

1)Load the plugin to HTML Page .Create a variable by calling the plugin and passing the DOM as Jquery Selector.

	$(document).ready(function(){
			var fullscreenplugin = new $.fullscreen($('#imageFS'));
	});
  1. Pass the fullscreenplugin.enableFullScreen as a callback to any event.
		$('#fsbutton').click(fullscreenplugin.enableFullScreen);

DEMO LINK

http://thecodejack.github.com/jquery-html5-fullscreen/demo/Test1.html

DEVELOPER

Srikanth

ISSUES and Improvements

Can suggest the issues and improvements.

About

Jquery Plugin to make DOM element viewed in FullScreen

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published