BoldSignA modern eSignature application with affordable pricing. Sign up today for unlimited document usage!
$ejMenu.show(newPosition.left, newPosition.top, $(e.element));
jQuery(function ($) { $("#vertical").ejMenu({ menuType: ej.MenuType.NormalMenu, orientation: ej.Orientation.Vertical }); $("#vertical").ejMenu('hide'); }); $("a[rel='nofollow' href]").click(function () { $("#vertical").ejMenu('show'); if (screen.width < $(".e-menu-wrap").width() + $("a[rel='nofollow' href]").position().left) { s = $("#vertical").data('ejMenu'); s.option("enableRTL", true); $(".e-menu-wrap").css({ position: "absolute", top: $("a[rel='nofollow' href]").position().top + 20, left: $("a[rel='nofollow' href]").position().left - $("a[rel='nofollow' href]").width() }); } |
Please check with the given sample. If we misunderstood your query, can you please provide more details to reproduce the reported issue in our end. if possible can you please reproduce the issue in given sample and revert us the modified sample that will be helpful for us to provide the prompt solution.
Regards,
Sasikala Nagarajan