I have read the "script jQuery Context Menu" to display the menu on the image.
It is very helpful.
in my case, I want the href of the menu itself is img src ...
please the answer ...
thx...
I have read the "script jQuery Context Menu" to display the menu on the image.
It is very helpful.
in my case, I want the href of the menu itself is img src ...
please the answer ...
thx...
this?
Warning: Please include a link to the DD script in question in your post. See this thread for the proper posting format when asking a question.
Also,
Your question is unclear. What, exactly, do you need help with? Please be as specific as possible.
yups...
jQuery Context Menu script
I want the href of the menu itself is img src
![]()
do you mean you want the menu to hold a link to the image it's attached to?I want the href of the menu itself is img src
Simply put the image uri into the link in the menu's markup:
or am I not understanding your question correctly?HTML Code:<ul id="contextmenu1" class="jqcontextmenu"> <li><a href="path/to/image.jpg">View Image</a></li> </ul>
you can create a context menu for each image. if you give each menu a different name, they won't conflict with each other.
suvi_7888 (06-13-2011)
Bookmarks