jQueryTE does not work correctly with jQuery Mobile
I'm developing a system with multiple pages with jQuery Mobile.
I am offering this system in some forms editor jQueryTE.
But I have a problem.
My system starts on page index.php
The publisher is on page edit.php
The way to get to it, navigating the system would be index.php > posts.php
> edit.php (with jqte)
The case does not jqte carries (is not rendered) when I get to it by
navigating system. But if I give a edit.php refresh the page or simply
open it directly in the browser, editor jqte is loaded normally.
This is the picture of how the editor appears without being rendered:
The method I'm using for the shrimp jqte() on page edit.php is:
$(document).delegate("#editPage", "pageinit", function() {
// transforma o textarea em um editor de texto rico
$("#topico").jqte();
});
what might be happening?
No comments:
Post a Comment