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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 27, 20262026-05-27T01:16:30+00:00 2026-05-27T01:16:30+00:00

I am trying to create a page with list items and if you click

  • 0

I am trying to create a page with list items and if you click on one of the items you will basically see the image. (each list item have differed image)

Images will be pretty big, so I think the best way is to load (ajax?!) them only when item is called (list item is pressed)(as you can see in my gif example).

It is basically like a ajax menu, if you press the menu item, old content will slide out and the new content will slide in.

List will be big (around 30 items).

How can I create this kind a ajax menu ?

Could someone please tell the best way to do this?

Action which I need

  • 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-27T01:16:31+00:00Added an answer on May 27, 2026 at 1:16 am

    I think you need : something like this [Data_URI_scheme]

    <img src="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAUA
    AAAFCAYAAACNbyblAAAAHElEQVQI12P4//8/w38GIAXDIBKE0DHxgljNBAAO
    9TXL0Y4OHwAAAABJRU5ErkJggg==" alt="Red dot">
    

    http://en.wikipedia.org/wiki/Data_URI_scheme

    this way – youll have the picture in the document. but the page will load slower – but when it done loading – youll have all the pic already there.

    another way : is to preLoad the images – so you wont have delay problems.

    the picture should’nt be so big. – and their size should be optimized for web display.

    If you want your animation to be smooth – you have to preload the first image – but you DONT KNOW what is the first image !! –

    $.preloadImages = function()
    {
      for(var i = 0; i<arguments.length; i++)
      {
        jQuery("<img />", {style:'display:none'}).attr("src", arguments[i]);
      }
    }
    
    $.preloadImages("img2_thumb.jpg", "img1_thumb.jpg",
    "img3_thumb.jpg");
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I'm trying to create a simple portfolio page. I have a list of thumbs
I'm trying to create a single page form to create a 'work item'. One
I'm trying to create a page by using view 2. This page list all
I am trying to create a page to display a list of links for
As of right now I am trying to create an ASP.NET page which will
I'm new to MVC, and I was trying to create a page to list
I'm trying to create an AlertDialog that opens when an item is click in
I'm trying to bind some list item links in jquery mobile to a click
I'm trying to create a horizontal navbar, but the list-items won't line up for
I am trying to create a page that contains a form with one field

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.