Welcome Guest, Not a member yet? Register   Sign In
How to make hashtag work?
#1

The hashtags #profile for example is not working in codeigniter.

My view:
Code:
<ul class="nav nav-tabs">
        <li class="active"><a href="#profile" data-toggle="tab" aria-expanded="true">User</a></li>
        <li class=""><a href="#edit-profile" data-toggle="tab" aria-expanded="false">Edit User</a></li>
        <li class=""><a href="#my-posts" data-toggle="tab" aria-expanded="false">Entries</a></li>
    </ul>

    <div class="tab-content">
        <div class="tab-pane fade active in" id="profile">
            ///mystuffhere
       </div>
       <div class="tab-pane fade" id="edit-profile'>
            ///mystuffhere
       </div>
       <div class="tab-pane fade" id="my-posts'>
           ///mystuffhere
       </div>
However, I have a pagination feature which doesn't let me use the href feature very well. I have no idea how to put #profile after the url because the url is something like http://localhost/admin/page/. Since there are no .html, php extentions, I don't know how to do it. I can't put it like http://localhost/admin/page/#profile or http://localhost/admin/page#profile/ either. Please help. Thanks
Reply


Messages In This Thread
How to make hashtag work? - by Taylor - 03-11-2015, 02:49 PM
RE: How to make hashtag work? - by ronelb - 03-11-2015, 10:28 PM



Theme © iAndrew 2016 - Forum software by © MyBB