My dashboard has few charts. Each chart has its own Ajax call. My problem is that I cannot redirect to another menu until all Ajax calls are completed. I am using MVC and menu has url.Action attribute for redirection. How can I skip or ignore those Ajax calls because user not want to wait for dashboard to load completely. View is not strongly typed and no @script sections is used. It contain just plain HTML and JavaScript tags.