I have problems using the jquery framework
I am using Google loader and the latest version of jquery, but I am getting errors if I am using the preview functionality and the insert table
- Code: Select all
<script src="http://www.google.com/jsapi"></script>
<script>google.load("jquery", "1.2.6");</script>
I tryed also using google loader and jquery version 1.2.3 but nothing
it works only with the provided jquery.js file
But apart this, it doesn't post the data, I am using PHP and if I do a print_r($_POST) to see what values are posted, nothing in the textarea is being posted. If I deactivate Javascript it works, with WYMeditor it doesn't (even with the provided jquery.js file)