"Below" problems right to left

Author: alfaexCreated Nov 25, 2014Updated Oct 9, 2018

Great plugin.

I managed to almost everything work the ways that i intended. The menu with " submenuDirection: 'below' " works fine if is left to right, but if is right to left simply it doesn't work.

Another minor thing is on " rowSelector: ".submenu-row-1" ". for wordpress reasons i have

ccc = $(".submenu-holder-0");
    ccc.menuAim({
        rowSelector: ".submenu-title",
. . .
     <div class="submenu-holder-0">
           <div class="submenu-row-1" data-id="1547">
                  <div class="submenu-title">CAM</div>

And because the div is inside another, doesn't work as expected.