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
owner From $50 / 30 mins
Get help from jcubic

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

  1. document
  2. body
  3. designMode
  4. selection
  5. 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.

Interesting Articles

Thank you for checking out LiveTechHelper |
2024 © lth-dev incorporated

p-e622a1a2