-
☆ A M B ☆
- 69 Posts
Thanks for your answer.
All works nicely now,
the problem was i have mootools 2 (+ more) from the assets folder for all pages.
AjaxSearch use by default Mootools 1 from the manager folder.
I just told it to use Mootools2
$jscript="mootools2";
$addJscript = ’1’;
$jsMooTools2 = ’assets/js/mootools1.2/mootools.js’;
… and it works.
Génial, merci !