tags:

views:

51

answers:

1

I am making a mail application, so just when i right click on the msg it should create a window or a block (just as Windows- when right click on folder options appears) showing options such as New tab,Mark as read, Unread etc......

+1  A: 

Take a look at these two jquery plugins:
http://plugins.jquery.com/project/conmenu
http://abeautifulsite.net/2008/09/jquery-context-menu-plugin/

VolkerK