Very good, thank you. Looks like QCODO_VERSION is 1.0.0 RC2. I believe that next week I will spend some time bringing it up to 2.0.2.
I'll start here, unless there's an update?: http://trac.qcu.be/projects/qcubed/wiki/UpgradeTo1.1
Yeah, IE does not fire the javascript on_change event with checkboxes and radio buttons, which is why jQuery, QCubed, and indeed any library can not react to them.
What version are you using?
Is the answer in includes/qcodo/_core/manifest.xml?
If so, then here's what I'm working with:
<manifest><version>0.3.43</version>
<major>0</major>
<minor>3</minor>
<build>43</build>
<type>Development</type>
[..]
If you all are on 2.+, then this is a very old install.
You can see your QCubed version by going to index.php in your installation, or here: /assets/_core/php/_devtools/start_page.php
For radio button events, I recommend using the QClick event, not the Change event.
Very good, thank you. Looks like QCODO_VERSION is 1.0.0 RC2. I believe that next week I will spend some time bringing it up to 2.0.2.
I'll start here, unless there's an update?:
http://trac.qcu.be/projects/qcubed/wiki/UpgradeTo1.1
Glad to hear it works. Yeah, use that article - if you have any questions, just post them here on the forum!
Yeah, IE does not fire the javascript on_change event with checkboxes and radio buttons, which is why jQuery, QCubed, and indeed any library can not react to them.