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

  • Home
  • SEARCH
  • 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 6900037
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 27, 20262026-05-27T07:29:48+00:00 2026-05-27T07:29:48+00:00

In my website I’ve created a layout in which a <div> is a menu

  • 0

In my website I’ve created a layout in which a <div> is a menu that lists some links ad a <div> that acts as main page in where every link opened is shown.

<head>
<script type="text/javascript" src="jquery.js"></script>
<script type="text/javascript">
$(document).ready(function() {

$('.linkpage').bind('click', function(e) {           
var url = $(this).attr('href');
    $('#main').load(url);
    e.preventDefault();
});

});
</script>
</head>

<body>

<div id="menu">
<a href="Page1.php" class="linkpage">Page1</a>
<a href="Page2.php" class="linkpage">Page2</a>
</div>

<div id="main">
</div>

</body>

This is the colmplete page and opens link in the targeted div (main) when clicked. The problem happens when I click a link that is positioned in the main <div>:

<a href='Page2.php' class='linkpage'>ClickMe.</a>

This is not triggered in the same div, but it opens full page, like a target='_top', instead opening itself in the same , maintaining the menu on the left of the page itself. What I’ve to add in the script to have the links opened in the proper target?

Thanks in advance.

  • 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-05-27T07:29:49+00:00Added an answer on May 27, 2026 at 7:29 am

    Change .bind( to .live( in your jQuery.

    That way it will act on all links, even ones that are added to the DOM after the script has run. The way it is right now, it will only act on links that are in the DOM at the time the script was run.

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

Sidebar

Related Questions

My website structure is a header, content, footer. My goal is that every time
A website that I co-own has been asked us to add some content to
Basically, what I'm trying to create is a page of div tags, each has
I used javascript for loading a picture on my website depending on which small
My website currently uses a custom jQuery gallery system that I've developed... it works
website A: hosted on some free web host. website B: my server I want
My website (running on the express framework) suddenly started complaining that it needed a
My website is setup like: when the page loads, a jQuery animation -- in
Website: http://www.animefushigi.com Make your browser window skinny, note that there is no horizontal scroll
Website test page: http://www.lantiis.com/indexold.html jsFiddle: http://jsfiddle.net/Guhb4/7/ I received help with the jQuery and it

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.