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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 4, 20262026-06-04T05:42:49+00:00 2026-06-04T05:42:49+00:00

I need to hide pictures when my internet page is loaded, and make them

  • 0

I need to hide pictures when my internet page is loaded, and make them appear later on (they are triggers for other divs appearing/disappearing). The reason is that i don’t want them to be clickable until my .animate() function actually makes them appear for real..
So anyways, I tried a simple…

$(document).ready(function(){
    $("#img1").hide();
    $("#img2").hide();
});

…with the HTML…

<img id="img1" src="./images/img1.png" alt="image 1" />
<img id="img2" src="./images/img2.png" alt="image 2" />

…and the CSS

#img1
{
z-index: 4;
position: relative;
top: 0%;
left: 5%;
opacity: 0;
padding: 20px;
}
#img2
{
z-index: 4;
width: 350px;
height: 140px;
position: relative;
top: 0%;
left: 15%;
opacity: 0;
padding: 20px;
}

…but it is not working.

Any ideas?

  • 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-04T05:42:50+00:00Added an answer on June 4, 2026 at 5:42 am

    Firstly I would try putting a JS alert in your (document).ready function to make sure that the code is being hit correctly (jQuery references, JS syntax are ok). Also, check via adding a watch in Mozilla Firebug (or other JS debugger) that JQuery is picking up the objects correctly (“img1”, “img2”).

    You could also try just setting the style of img to display:none in the markup if it is always going to be hidden on page load every time.

    I.e.,

    <img src="imgs/image.jpg" style="display:none"></img>
    

    the above logic could be moved to CSS.

    Then just use your animate() function when they’re required to show the images.

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

Sidebar

Related Questions

I need to hide a form on my page once a user submits it.
I need to hide phone numbers and other contact details in user generated content
I have an array of views, and I need to hide them all, so
I need to hide the softkeypad in android when user click on anywhere other
I need to hide a field on page load based on the value of
I need to hide an 'Other' label and corresponding input field as default. Then
I need to hide a div if the url of the page contains a
I need to hide the keyboard as soon as a page starts loading. I've
I need to hide last div from my web page. (div).eq(-1).hide(); Can I have
i need to hide a windows program (not visible in taskbar, system tray. visible

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.