CodeIgniter Forums
anchor tab - Printable Version

+- CodeIgniter Forums (https://forum.codeigniter.com)
+-- Forum: Using CodeIgniter (https://forum.codeigniter.com/forumdisplay.php?fid=5)
+--- Forum: General Help (https://forum.codeigniter.com/forumdisplay.php?fid=24)
+--- Thread: anchor tab (/showthread.php?tid=78943)



anchor tab - Knutsford - 03-30-2021

I have a page with a bootstrap toggle



<li class="nav-item"><a class="nav-link" href="#user_sold" data-toggle="tab">Sold</a></li>



<div class="tab-pane" id="user_sold">




If I call it from another page how do I get it to open theĀ user_sold div please


At the moment it goes back to the page theny you haveto click on the sold link again

I presume it is possible but I have no idea how

Thanks