$cfg['jsJquery'] = isset($jsJquery) ? $jsJquery : (isset($__jsJquery) ? $__jsJquery : $dcfg['jsJquery']);
I’m not exactly sure why but I presume that all references to $(somefunction) no longer work as the jQuery has been remapped to require $jq(somefunction).Regarding jquery, with the next release of AS (1.9), I will update the js file (and I will use $jq(function) if needed. For the moment AS 1.8.4 runs with the previous release of jquery. You can change that by updating and modifying the js file.