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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 11, 20262026-06-11T02:22:34+00:00 2026-06-11T02:22:34+00:00

i have a <div>…….</div> <div id=some_id></div> and in my script i have done $(‘#my_button’).click(function(){

  • 0

i have a

<div>.......</div>
<div id="some_id"></div>

and in my script i have done

$('#my_button').click(function(){
$('#some_id').toggle();
})

so initially the text withing the div is hidden using style=display:none , but when i take a print out , the hidden text is also printed ! what i want is that only when text in is visible only then it show be displayed in the print out , if hidden it should not come in the print out

To recreate , create two div tags and make one of them style= display:none , now open the webpage in IE and do a select All , when u paste in a MS word or excel you will see even hidden text is selected

i think i need to use @media of css but i cant figure it out

  • 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-11T02:22:35+00:00Added an answer on June 11, 2026 at 2:22 am

    In your stylesheet use this:

    @media print {
    .noPrint {
        display:none;
    }
    }
    

    Then add class='noprint' (or add the noprint class to an exsiting class statement) in your HTML that you don’t want to appear at the time of printing. like this

    $('#my_button').click(function(){
         $('#some_id').toggle();
         if($('#some_id').is(":visible"))
         {
            $('#some_id').removeClass('noprint');
         }
         else
         {
            $('#some_id').addClass('noprint');
         }
    })
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have a div which contain lots of input[type=text] fields. I want to put
I have div and buttons. .buttons size is not changing. (script.js is in the
I have div tag, I have a free text(on its own) in that tag.
I have div(box) on my page and I'm using this script to display div
I have div and function mouseover: $('#mydiv').mouseover(function(){ $('#otherdiv').show('slow'); }); $('#otherdiv').mouseout(function(){ $('#otherdiv').hide('slow'); }); but... The
I have div containing multiple divs and text. The inner divs are alternately floated
I have div elements and hold text/string inside them, then I try to iterate
I have div of fixed width containing only input text box and width of
I have DIV element which only has a few lines in and a background
I have div class=contentBlock which is treated as the container for updating <div class=contentBlock></div>

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.