﻿var $j = jQuery.noConflict();


//Default settings for Ajax requests
$j.ajaxSetup({
  type: "POST",
  contentType: "application/json; charset=utf-8",
  data: "{}",
  dataType: "json"
});


