Redirection to another page

Redirection to another page

Environment : MVC with Jquery ajax call

Requirement: my requirement is Navigating to another page In Ajax call on some condition (which redirects to another view)

Able to navigate to another page with following code .but loader not showing .added loader explicitly still is not showing only while redirecting.

-> $().redirect(urls, {param1:param1,param2:param2 },'POST');


please suggest me is there any other way to achieve this.