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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 21, 20262026-05-21T14:49:33+00:00 2026-05-21T14:49:33+00:00

I am trying to learn some things from AJAX and jQuery, i believe that

  • 0

I am trying to learn some things from AJAX and jQuery, i believe that it is a basic knowledge a programmer must have. I am a self instructed so I am reading tutorials and examples to get in touch with these technologies as good as I can.

I saw this page http://www.soby.gr that I guess uses a XML feed for the main content ( is a groupon like aggregator ). My question is what did they use for their menu on the left of the page. When you click/select an option, the content on main page changes based on the criteria the user clicked on. For example SPA will show only the deals having SPA.
What I like is how fast the content is filtered.

Can anyone give me some clues about how it is working and what technology is used for that fast content-changing?

Thank you all.

  • 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-21T14:49:34+00:00Added an answer on May 21, 2026 at 2:49 pm

    This can be done very easily using jquery. There’s a jquery built in function called .load('your div content page path') so, when you click a menu, you can just load only the particular part. following is an example:

    $(function(){
    $("#1stmenu").live('click', function(){ 
        $("#content").load('1stdivcontent.html'); 
        return false;
    });
    
    $("#2ndmenu").live('click', function(){
        $("#content").load('2nddivcontent.html');
        return false;
    });});
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I'm trying to learn some basic ajax using Django. My simple project is an
I have a script that retrieves objects from a remote server through an Ajax
I'm trying to learn from the http://jquery.malsup.com/form/#getting-started example. When I click submit, the alert
I'm a Perl5 programmer for 7 years and I'm trying to learn C++ now.
Trying to learn ASP MVC coming from Linux/LAMP background (in other words I'm a
In my previous web development experience I have used LAMP setups. I am trying
I keep on having these same two problems. I have been trying to use
I've been lately trying to learn more and generally test Java's serialization for both
Facebook has a new Batch request Graph API that I'm trying to consume. The
I'm doing a simple ajax query which retrieves a variable-length list of values as

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.