My favorites | Sign in
Project Home Source
Project Information
Members
Links

simpleEditor is a simple Html Texteditor jQuery Plugin. It improves Html TextArea Elements with support for Tab and Alt+Tab.

$(function(){
	$('textarea').simpleEdit();		
});
Powered by Google Project Hosting