I'm using the plugin, jQuery TE 1.4.0, link . For being very simple and easy. He catches me 100%.
But I'm having a problem, when I put a very large text that I copy from the world, the plugin simply hangs my browser.
I made some tests here, and I noticed that when I paste the same text in Notepad, and remove all the formation the plugin does not hang.
Could anyone help me?
Code:
$('.jqte-test').jqte();
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.7.2/jquery.min.js"></script><scriptsrc="https://cdnjs.cloudflare.com/ajax/libs/jquery-te/1.4.0/jquery-te.js"></script>
<link href="https://cdnjs.cloudflare.com/ajax/libs/jquery-te/1.4.0/jquery-te.css" rel="stylesheet"/>
<textarea name="obs" class="jqte-test"></textarea>