How to make hashtag work? |
The hashtags #profile for example is not working in codeigniter.
My view: Code: <ul class="nav nav-tabs"> (03-11-2015, 02:49 PM)Taylor Wrote: The hashtags #profile for example is not working in codeigniter. Before jumping to that conclusion, I suggest you go over these questions. 1. Does your view reference the bootstrap.min.css ? 2. Does your view reference the jquery-x-x-x.min.js ? 3. Does your view reference the bootstrap.min.js ? Provide valid references to the 3 files and your view is good to go. Now, for the part of CodeIgniter, looking at this snippet ... Code: <div class="tab-pane fade active in" id="profile"> Replace the ///mystuffhere with: Code: <?php $this->load->view("your/partial/view/here") ?> I hope this helps. And keep on coding ![]()
Share what you know,
Learn what you don't |
Welcome Guest, Not a member yet? Register Sign In |