The options below control the operation of the contextual menu that is available on mathematics that is typeset by MathJax. They are listed with their default values. To set any of these options, include a MathMenu section in your MathJax.Hub.Config() call. For example
MathJax.Hub.Config({
MathMenu: {
delay: 600
}
});
would set the delay option to 600 milliseconds.