bingtaoli / jquery.textareafullscreen

jQuery textarea full screen plugin

Home Page:http://creoart.github.io/jquery.textareafullscreen

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

jQeury.textareafullscreen

Jquery plugin textarea fullscreen mode

Install

Insert this code before tag </head>

<script src="//ajax.googleapis.com/ajax/libs/jquery/1.7.2/jquery.min.js"></script>
<script src="/jquery.textareafullscreen/jquery.textareafullscreen.js"></script>
<link rel="stylesheet" href="/jquery.textareafullscreen/textareafullscreen.css">

Use

$(document).ready(function() {
	$('#demo').textareafullscreen({
		overlay: true, // Overlay
		maxWidth: '80%', // Max width
		maxHeight: '80%' // Max height
	});
});

Demo

About

jQuery textarea full screen plugin

http://creoart.github.io/jquery.textareafullscreen

License:Apache License 2.0


Languages

Language:JavaScript 86.0%Language:CSS 14.0%