multiple-select
Error in qcubed.js ?
Hi everyone,
while I was trying to use an EditPanel draft, I noticed that the save button didn't work. It was because I had a javascript error "children is not a function" at line 191 of qcubed.js
I tried changing that line from
this.children(':selected').each (function (i) {
to
$j(this).children(':selected').each (function (i) {
And now it works.
What do you think?
Thanks
Luca
