I looked following articles and jquery plugins
http://www.sitepoint.com/html5-full-screen-api/
http://johndyer.name/native-fullscreen-javascript-api-plus-jquery-plugin/
http://xme.im/display-fullscreen-website-using-javascript
http://feross.org/html5-fullscreen-api-attack/
http://jquery.pupunzi.com/questions/696/ie-containerplus-full-screen
But couldnt find.
All those major articles refereed, but I couldn't find any article which directly talking about IE full-screen feature, Any one found workaround to the same?
I tried W3C proposal
// W3C Proposal
element.requestFullscreen();
document.exitFullscreen();
UPDATED My expectation is, I have an image carousel, I need to show current selected image to show in full screen, seems to IE doesn't support, I plan to use jQuery model window(without jQuery UI). Just as the example.