No you would still use a layout, but wrap the views in a div tag on the layout page. Then write a little big of jquery to intercept any links and instead of redirecting the page there, load the page via an ajax request and put the results into the div replacing
it's content.
CodeHobo
All-Star
18647 Points
2647 Posts
Re: How to avoid refresh of layout view when navigating between pages
Mar 27, 2012 10:17 PM|LINK
No you would still use a layout, but wrap the views in a div tag on the layout page. Then write a little big of jquery to intercept any links and instead of redirecting the page there, load the page via an ajax request and put the results into the div replacing it's content.
Blog | Twitter : @Hattan