CodeIgniter Forums
Sidebar nav does not get refreshed but page content changes - Printable Version

+- CodeIgniter Forums (https://forum.codeigniter.com)
+-- Forum: Using CodeIgniter (https://forum.codeigniter.com/forumdisplay.php?fid=5)
+--- Forum: Best Practices (https://forum.codeigniter.com/forumdisplay.php?fid=12)
+--- Thread: Sidebar nav does not get refreshed but page content changes (/showthread.php?tid=62837)



Sidebar nav does not get refreshed but page content changes - cirox - 09-01-2015

Hi,

I am trying to figure out how to prevent a sidebar navigation bar or top navigation bar from being refreshed while switching in between pages. The https://gocartdv.com/ is a good example. If you browse through their pages, the browse indicates that page was reloaded (you can see the reload icon change in Chrome) however, the navigation bar on the left does not get refreshed. If it were AJAX based content, the browser wouldn't indicate that page was reloaded? Any idea on how to implement this?