var.post() seems to make multiple tinyeditor flickers

Hi,  I am using the tinyeditor in my project in different pages. When I go through one page to another, the editor flicks couple of times and in the error console I found out it says input.post() is not a function. How can i use multiple tinyeditor in my multiple pages without any flickering?

Thanks
asked Jun 19, 2012 by anonymous

1 Answer

0 votes
I would need to see an example. The post function should be be called without you directly calling it.
answered Jun 19, 2012 by Michael (5,600 points)
Hi, what I did is suppose I have to pages a.php and b.php and i called them using Jquery AJAX. Both of the pages got the tiny editor. When I go back and forth of the pages, the editor flickers. I called the input.post() using onclick with the submit button. I dont understand why it flickers everytime i go to one page and come back to that page. I guess I have elaborated my problem to you so please if possible, give me a solution of this.

Thanks
I'd have to see it in action. There would naturally be a delay if you reinitialized a new editor but without looking I can't say. Best of luck.