Am having the AJAX calls to my controller in my MVC Application
Controller/FunctionName $.ajax({ type: \"GET\", contentType: \"application/jso
You can use double dot in the url:
$.ajax({ url: '../ControllerName/ActionName', ....... });