0

I tried to implement this demo https://swisnl.github.io/jQuery-contextMenu/demo.html

On a minimal ASP MVC page, but the context menu will not open on the right-click. I've trimmed unnecessary code down to a minimum

page http://comicnet20170410070547.azurewebsites.net/Books/WesternIntelligence

1
  • 1
    Look at the errors in your browser console. Commented Jun 4, 2017 at 15:22

1 Answer 1

1

I can see that the problem start when you get the error

Failed to load resource: the server responded with a status of 404 (Not Found)

For 2 files: jquery, bootstrap.

In you code you can see that:

<script src="/bundles/jquery"></script>
<script src="/bundles/bootstrap"></script>

Check your files:
http://comicnet20170410070547.azurewebsites.net/bundles/bootstrap http://comicnet20170410070547.azurewebsites.net/bundles/jquery

Maybe just add the extension of each file.

Sign up to request clarification or add additional context in comments.

1 Comment

thanks... The issue was i hadn't loaded jquery.contextMenu.js -- I thought it was included in JQuery for some reason :|

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.