I am new to this software and working to learn it. I need to have javascript work when clicking a "send this page to a friend" button in a Maxi-Menu. I thought it was related to the noscript coding, because it works when in the body outside of menu, but I don't want to break something by just deleting the mxm-noscript class without knowing it is the right solution.
What is proper way to execute javascript link from Maxi-Menu?
here is partial code:
<div id="p7MXM_2" class="p7MXM mxm-noscript mxm-responsive mxm-align-distribute
but when I look at the css, I don't see what would be causing the issue?
.mxm-noscript .mxm-maxisub {position: static !important;}
.mxm-noscript .mxm-maxisub {display: block !important;}
.mxm-noscript li:hover ul {
display: block !important;
}
.mxm-noscript li:hover ul ul {
display: none !important;
}
.mxm-noscript ul ul li:hover ul {
display: block !important;
}