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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 11, 20262026-05-11T06:23:21+00:00 2026-05-11T06:23:21+00:00

I have a webpage that has a comment box that can be toggled by

  • 0

I have a webpage that has a comment box that can be toggled by clicking a link (the opening and closing of the box is controlled using JavaScript, specifically JQuery). This box is hidden by default, so naturally, it’s impossible to display without the use of JavaScript. I’m not concerned by this fact: the comment box is not a ‘necessary’ feature and this is a small personal site, so I don’t mind that a tiny percentage of visitors may not experience full functionality. However, I would like to display a warning if the user does not have JavaScript enabled.

I’ve considered the idea of doing this by presenting a small message (with the use of a simple HTML <p> tag) near the link that toggles the comment box, using the following bit of code:

<p class='alert' id='nojs-warning'>You must have JavaScript enabled to leave a comment.</p> 

Of course, I don’t want to display this if JavaScript is enabled, so I have the following JQuery trigger set up to immediately hide the box when the page is loaded:

$(function() {     $('#nojs-warning').hide(); }); 

Thus, if the user has JavaScript enabled, the event will fire and the warning will be hidden; if the user doesn’t have JavaScript enabled, the event won’t fire, and thus the warning will still be displayed.

For such a small, personal site, this seems like an elegant solution. Are there any pitfalls to this approach?

  • 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. 2026-05-11T06:23:22+00:00Added an answer on May 11, 2026 at 6:23 am

    Why not use the <noscript> tag? That’s what it’s intended for.

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

Sidebar

Related Questions

I have a webpage that has 3 file inputs. There are specific fields on
I will create a webpage that has a sidebar, and the sidebar will have
I have a webpage built with a dropdown that has a list of books.
I have a Google Map on the webpage with markers on it that has
I have a webpage that has a Telerik RadComboBox on the page. One of
I have a webpage that has to be displayed in several different languages based
I have a webpage (ASP.NET C#) that has a button: <asp:Button ID=btnHide runat=server OnClick=HidePanel
Does IE8 run in quirks mode like IE6/7? I have a webpage that has
I have a webpage that heavily uses Javascript (AJAX requests, Google Maps API, HTML
I have a webpage that has a Telerik RadComboBox in radgrid control on the

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.