Skip to content

jQuery extension that makes any contenteditable able to paste only plain text

Notifications You must be signed in to change notification settings

hugofvs/PastePlainText.js

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 

Repository files navigation

jQuery extension that makes any contenteditable able to paste only plain text

How to use it

<div id="editor" contenteditable="true">
    Text inside contenteditable element...
</div>
$(document).ready(function(){
    $("#editor").pastePlainText();
});

About

jQuery extension that makes any contenteditable able to paste only plain text

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published