Get support for jcubic/filter-paste-js
If you're new to LTH, please see our FAQ for more information on what it is we do.
Qualified Helpers
jcubic/filter-paste-js
jQuery plugin for intercepting paste text into iframe with design mode
this plugin allow you to filter text pasted into iframe (tested on latest Firefox and Chrome and Internet 8) it will not work in Opera
usage:
$(function() {
$('iframe').designMode(true).filterPaste(function(text) {
return text.replace(/<\/?\w+[^>]*>/gi, "");
});
});
this will strip all tags from pasting text (like when you copy from a web page)
Aditional plugins
- document
- body
- designMode
- selection
- range
License
This is free software. You may distribute it under the terms of the
Poetic License. http://genaud.net/2005/10/poetic-license/
Copyright (c) 2012 Jakub Jankiewicz
Our Mission
We want to make open source more sustainable. The entire platform was born from this and everything we do is in aid of this.
From the Blog
Interesting Articles
-
Generating income from open source
Jun 23 • 8 min read
-
2023 State of OSS
Apr 23 • 45 min read ★
-
A funding experiment...
Aug 19 • 10 min read
-
But You Said I could
Aug 19 • 2 min read
Thank you for checking out LiveTechHelper |
2024 © lth-dev incorporated
p-e622a1a2