javascript - Uncaught TypeError: Cannot call method 'menuAim' of null -
i'm using 3 level dropdown works fine on it's own conflicts when added magento template. have added $.noconflict(true); fixed problems i'm still getting uncaught typeerror, plus 3rd level of dropdown isn't displaying. <div class="navbar navbar-inverse navbar-fixed-top"> <div class="navbar-inner"> <div class="container"> <div class="nav-collapse collapse"> <ul class="nav"> <li class="active"> <a id="dropdown-toggle" data-toggle="dropdown" href="#">shop a-z</a> <!-- jquery-menu-aim: <ul> defines dropdown main menu , contents. 1 of many possible examples defining menu's html. jquery-menu-aim agnostic html structure, fires events used please. --> <ul class="dropdown-men...