Ajax PreFilter

Ajax Pre filter
  1. $.ajaxPrefilter(function (options, originaloptions, jqxhr)   
  2.           {  
  3.               if (originaloptions.url != "/Demo.aspx/GetNotifications")   
  4.               {  
  5.                 // write something;  
  6.               }   
  7.           })