{"id":16226526,"url":"https://github.com/thecodejack/jquery-html5-fullscreen","last_synced_at":"2025-04-08T03:59:37.981Z","repository":{"id":6539715,"uuid":"7781070","full_name":"thecodejack/jquery-html5-fullscreen","owner":"thecodejack","description":"Jquery Plugin to make DOM element viewed in FullScreen","archived":false,"fork":false,"pushed_at":"2013-02-05T17:21:47.000Z","size":801,"stargazers_count":2,"open_issues_count":0,"forks_count":1,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-02-14T02:54:56.746Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/thecodejack.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2013-01-23T18:39:43.000Z","updated_at":"2013-12-15T16:19:26.000Z","dependencies_parsed_at":"2022-09-15T18:41:44.115Z","dependency_job_id":null,"html_url":"https://github.com/thecodejack/jquery-html5-fullscreen","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/thecodejack%2Fjquery-html5-fullscreen","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/thecodejack%2Fjquery-html5-fullscreen/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/thecodejack%2Fjquery-html5-fullscreen/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/thecodejack%2Fjquery-html5-fullscreen/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/thecodejack","download_url":"https://codeload.github.com/thecodejack/jquery-html5-fullscreen/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247773730,"owners_count":20993633,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-10-10T12:49:35.180Z","updated_at":"2025-04-08T03:59:37.954Z","avatar_url":"https://github.com/thecodejack.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"JQUERY HTML5 FULLSCREEN PLUGIN\n===============================\n\nWith this plugin you can make any DOM element to fullscreen by binding to any event.\n\nCan make a DOM element fullscreen in two steps. \n\n1)Load the plugin to HTML Page .Create a variable by calling the plugin and passing the DOM as Jquery Selector.\n\n```javascript\n\t$(document).ready(function(){\n\t\t\tvar fullscreenplugin = new $.fullscreen($('#imageFS'));\n\t});\n```\n\n2) Pass the `fullscreenplugin.enableFullScreen` as a callback to any event.\n\n```javascript\n\t\t$('#fsbutton').click(fullscreenplugin.enableFullScreen);\n```\n\nDEMO LINK\n---------\nhttp://thecodejack.github.com/jquery-html5-fullscreen/demo/Test1.html\n\nDEVELOPER\n---------\nSrikanth\n\nISSUES and Improvements\n-----------------------\nCan suggest the issues and improvements.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fthecodejack%2Fjquery-html5-fullscreen","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fthecodejack%2Fjquery-html5-fullscreen","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fthecodejack%2Fjquery-html5-fullscreen/lists"}