0
Guys I’m using the plugin, jQuery TE 1.4.0 , http://jqueryte.com/. For being very simple and easy. He attends me 100%.
However I am having a problem, when I put a very large text that I copy from the world, the plugin simply crashes my browser.
I did some tests here, and noticed that when I glue the same text in the notepad, and remove all the training the plugin does not lock.
Could someone help me?
Code:
$('.jqte-test').jqte();
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.7.2/jquery.min.js"></script>
<script src="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>
I guess there’s not much to do. It happened to me too.
– Marconi
I think it is some character in the formatting that makes it hang, because if you take the text and put in a note block, and then put inside the plugin works well.
– Hugo Borges