Hello @kartik,
You don't have to change your views. Ajax handles all your links.
Usage:
<script src="bjax.min.js" type="text/javascript"></script>
<link href="bjax.min.css" rel="stylesheet" type="text/css" />
Finally, include this in the HEAD of your html:
$('a').bjax();
Hope it is helpfull!
Thank you!