I am using the jQuery ajax function using GET to load data into a div. Part of the page contains a WYSIWYG editor, which contains alot of javascript code. When I try to load that page, it starts to load it, but then basically refreshes the page, and just sits there and tries to load something.
So, my question is, what kind of javascript would screw up when loaded using ajax, or innerHTML? Are there some known parts of javascript that cannot be brought in through ajax? I am just trying to debug this, and it is a huge pain.