New in version 1.3.0
Live Demo
Form Content
This is the data that will be submitted with HTML form.
Source
This is the original input HTML.
<textarea id="textarea" class="example" rows="1" placeholder="Say something!"></textarea>
This is the JavaScript source that was used to initialize this demo instance of TextExt.
<script type="text/javascript">
$('#textarea').textext({ plugins : 'prompt tags' });
</script>