jquery-simple-context-menu
jquery-simple-context-menu copied to clipboard
Download link for each <li>
hi,
I create the rightclick menu for images (each is an li element) and I would like to have a rightclick link to download each of the images.
the li elements do have a common class named "image" and have different id's which refer to the filename like "gallery/berlin/001.jpg", "gallery/berlin/002.jpg" etc.
could you please help me to:
1.) make it possible that each rightclick menu button "download image" is referred to the li's id? 2.) make it possible to download/href in the function?
thank you very much!