Is there a way to prevent the context menu from appearing in jQuery when the text box is disabled? The right-click disable functionality works well in all browsers except for Firefox.
Please note that the right-click disable functionality works when the text box is enabled in all browsers. Any suggestions on how to resolve this issue would be greatly appreciated.
I attempted to use the following code in the body tag, but it seems to not work in Firefox:
oncontextmenu="return false;"