Login
Register
Questions
Unanswered
Tags
Users
Ask a Question
Blog
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
multiple-instance
javascript
asked
Jun 19, 2012
by
anonymous
Your answer
Email me at this address if my answer is selected or commented on:
Email me if my answer is selected or commented on
Privacy: Your email address will only be used for sending these notifications.
Anti-spam verification:
To avoid this verification in future, please
log in
or
register
.
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.
Your comment on this answer:
Email me at this address if a comment is added after mine:
Email me if a comment is added after mine
Privacy: Your email address will only be used for sending these notifications.
Anti-spam verification:
[captcha placeholder]
To avoid this verification in future, please
log in
or
register
.