Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 8534917
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 11, 20262026-06-11T10:18:30+00:00 2026-06-11T10:18:30+00:00

I have a bootstrap Navigation list which points to different urls <div class=span2> <div

  • 0

I have a bootstrap Navigation list which points to different urls

   <div class="span2">
                <div class="sidebar-nav">
                    <ul class="nav nav-list">                       
                        <li class="active">
                            <a class="pass" href="#">Password</a>
                        </li>
                        <li>
                            <a class="favor" href="#">My Favorites</a>
                        </li>
                        <li>
                            <a class="open" href="#">Open</a>
                        </li>
                    </ul>
                </div>
        </div>

when i click any of the url’s i want to to load the page in the div’s given below not open a new page how can i do it?

 <div class="span10">
            <div class="page-content">
                  <div class="pass">
                  </div>
                  <div class="favor">
                  </div>
                  <div class="open">
                  </div>
            </div>
        </div>
  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-11T10:18:32+00:00Added an answer on June 11, 2026 at 10:18 am

    You need to use JQuery .load()

    http://api.jquery.com/load/

    So, first you need to give your target div an id, like this:

    <div class="span10" id="target">
    

    Then you need to bind an onClick event to each link that runs the following load

    $('#target').load('/url/for/passwordadmin');
    

    A suggested way to bind the onClick event would be to run this on document.ready:

    $(".passwordAdmin").click(function() {
      $('#target').load('/url/for/passwordadmin');
    });
    

    You should do that for each link that should have this capability.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

<div class=container-fluid> <div class=sidebar left> <div id=app-navigation class=well> <h5>Administration</h5> <ul class=administration-list> <li class=user><a href=#user>User</a></li>
In twitter bootstrap js tabs i have to add a class active to a
I am using twitter bootstrap and have a fixed nav bar. The navbar has
For my Java project which uses Maven I have added Twitters Bootstrap lately to
I have a custom bootstrap class and I'm extending it. class Bootstrap extends MyBootstrap
I have a variable in my Grails app’s BootStrap.groovy : class BootStrap { def
I have an array in my grails class class BootStrap { def init =
I have a bootstrap formtastic form which was passing all of my rspec tests.
I have a Rails app with Twitter Bootstrap installed. Bootstrap encapsulates each navigation bar
So I have been experimenting with RootsTheme (which uses Bootstrap), Wordpress (from Joomla! background)

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.