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 9153431
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 17, 20262026-06-17T12:16:16+00:00 2026-06-17T12:16:16+00:00

I have this piece of code in my wordpress theme to load the pages

  • 0

I have this piece of code in my wordpress theme to load the pages in it, check it:

($j for no conflict)

$j = jQuery.noConflict();
$j(document).ready(function () {
    $j("#main-nav a").click(function (event) {
        event.preventDefault();
        $jloca = this.href;
        $j("#content").load($jloca '#main-content');
        alert('****');

    });
});

It loads the #main-content from the page I have specified in the href on my #main-nav a.
It loads inside the #content OK.

But my alert does not work!

Well, I don’t want to alert, I want to do some CSS changes but alert is for testing.

I also tried it as a callback function, see:

$j=jQuery.noConflict();

$j(document).ready(function () {
    $j("#main-nav a").click(function (event) {
        event.preventDefault();
        $jloca = this.href;
        $j("#content").load($jloca '#main-content', function () {
            alert('Load was performed.');
        });
    });
});

Nothing seems to work.

Does anyone have any ideas what am I doing wrong?

  • 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-17T12:16:18+00:00Added an answer on June 17, 2026 at 12:16 pm

    Your code doesn’t compile.

    Change

    $j("#content").load($jloca '#main-content');
    

    to

    $j("#content").load($jloca + ' #main-content');
    

    Note that you should first look at the console to see those errors. I’d suggest you to read about the developer tools.

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

Sidebar

Related Questions

I have this piece of code to load and parse web pages using HtmlAgilityPack
I have this piece of code in a function. I want to print the
I have this piece of code which check the last customer_id from the db.
I have this piece of code for email verification : function VerifRegisterEmail(&$email) { if(empty($email))
I have this piece of code: window.addEventListener( focus , function(){ window.console.log(focus); } , false
I have this piece of code , geocoder = new GClientGeocoder(); var state; function
I have this piece of code: function MyFunction() { $.ajax({ type: POST, url: ajax.php,
I have this piece of code within a Wordpress loop that gathers all parent
I have this piece of code, that takes a single function with no parameter,
I have this piece of code: private function grabCurrentUser() { $this->id = parent::secure($_GET['cid']); $params

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.