Monday, May 20, 2024
 Popular · Latest · Hot · Upcoming
15
rated 0 times [  17] [ 2]  / answers: 1 / hits: 21175  / 14 Years ago, fri, october 22, 2010, 12:00:00

http://pastebin.com/YyDzQ4Bk this is a plugin for right click context menu, anyone know why it doesn't work in IE?



Not only that, it's breaking many of my other jQuery things, such as fancy box and some jQuery hover functions.


More From » jquery

 Answers
62

Do you really need a plugin?



You could make your own context menu using contextmenu event:



$(element).bind(contextmenu,function(e) {
e.preventDefault();

// create and show menu
});


Some ways to achieve it




[#95210] Wednesday, October 20, 2010, 14 Years  [reply] [flag answer]
Only authorized users can answer the question. Please sign in first, or register a free account.
jenamackennac

Total Points: 304
Total Questions: 110
Total Answers: 107

Location: Ecuador
Member since Thu, Jun 4, 2020
4 Years ago
jenamackennac questions
Fri, Feb 18, 22, 00:00, 2 Years ago
Wed, Apr 21, 21, 00:00, 3 Years ago
Thu, Apr 1, 21, 00:00, 3 Years ago
Tue, Feb 2, 21, 00:00, 3 Years ago
;