Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums JavaScript jQuery Right Click Menu Plugin

  • This topic is empty.
Viewing 1 post (of 1 total)
  • Author
    Posts
  • #34859
    Josh
    Member

    I just recently wrote this plugin and would love your feedback on how I can make it better.

    It allows you to create multiple right click menus using one array of objects.

    Depending on what element the user clicks on the plugin can show different menus.

    So for example if we have a list of files and folders, like this…

    • hello.txt [file]
    • funnyStuff [dir]
    • vacation.mp4 [vid]

    depending on which file type the user right clicks they can get a menu that is customized to that type of file. (video can have a play option, folder a paste into option, file a open with.. option).

    Here is a link to my blog post about it.
    And here is a link to the plugin source.

    Any feedback is good feedback.

    Thank you.

Viewing 1 post (of 1 total)
  • The forum ‘JavaScript’ is closed to new topics and replies.