$(document).ready(function()
{
$(document).bind("contextmenu",function(e){
return false;
});
});For to these two articles that explain the basics of JQuery
http://www.c-sharpcorner.com/UploadFile/Vipul.Kelkar/8954/
http://www.c-sharpcorner.com/Blogs/6449/events-and-effects-in-jquery.aspx

Join the conversation! Your thoughts help the community grow.