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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 20, 20262026-05-20T03:11:42+00:00 2026-05-20T03:11:42+00:00

I have written a bit of jQuery that hides a certain element on page

  • 0

I have written a bit of jQuery that hides a certain element on page load, which works seamlessly on browsers on a mac, but when I try it on the iPad there is a noticable poping of the page as the element appears and then disappears. Is this the iPad that is causing the problem, in which case I may have to rethink my page loading process.

To hide the element I am using:

$(document).ready(function() {
    $('#element').hide();
});

Other jQuery later shows the element when I click on things so I could possible hide it using css but that won’t degrade nicely on the absence of js.

  • 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-20T03:11:42+00:00Added an answer on May 20, 2026 at 3:11 am

    Why don’t you just a class to the html tag right after you declare it (with javascript) and use CSS to hide the element ?

    Javascript

    <script type="text/javascript">
    document.documentElement.className = 'js';
    </script>
    

    Css rule (in a stylesheet, or in the head as well)

    .js #element{display:none;}
    

    just add the above inside the page <head> tag and you should be set.

    Demo: http://jsfiddle.net/C2jdX/

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

Sidebar

Related Questions

I have written a tool that references Microsoft.TeamFoundation.VersionControl.Client.dll, which is a 32-bit DLL. When
I have written this simple bit of jQuery that swaps out the containing ul's
I have this bit of javascript written with jQuery 1.2.5. It's contained inside the
I have some old code written in C for 16-bit using Borland C++ that
I have written a ruby script which opens up dlink admin page in firefox
I have written quite a bit of code which uses the Linq2Sql table relationships
I have written a program which works on huge set of data. My CPU
I have written a bit of code that helps with versioning of js files.
I have written a bit of code that when the listview is clicked, the
I have written an interpreter that requires me to perform 32-bit division of unsigned

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.