Use Editor with Ajax Navigation get(), load(), etc
Use Editor with Ajax Navigation get(), load(), etc
FreelancerAcc
Posts: 8Questions: 0Answers: 0
I can't get Editor to work with ajax navigation, the target page works fine when you access it by it direct URL, the table loads fine, but when I use get(), or load() in another page, the tables appears but it1s collapsed.
Any solutions to use Editor with get(),load() or another similar option?
I don't like iFrames beause they are very messy depending on the browser.
Any solutions to use Editor with get(),load() or another similar option?
I don't like iFrames beause they are very messy depending on the browser.
This discussion has been closed.
Replies
Allan
When I use ajax call on one page to call another one into a DIV, the only thing that appears is the table header and foot, the data is not displayed, I've checked for all the requests and resources using Chrome Inspector, and there's no errors, everything is fine, but for some reason the data is not displayed.
Can I send you the link by PM?
http://pastebin.com/CS0MgrvQ
I guess that must be some problem with my other includes, will try to figure it out.