• Home
  • Categories
  • Recent
  • Popular
  • Top
  • Tags
  • Users
  • Groups
  • Documentation
    • Home
    • Read API
    • Write API
    • Plugin Development
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
v3.5.1 Latest
Buy Hosting

Does the client-nojs element exist in the nodebb system?

Scheduled Pinned Locked Moved Unsolved Technical Support
1 Posts 1 Posters 154 Views
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • J Offline
    J Offline
    josef Translator
    wrote on last edited by josef
    #1

    Hi,
    In a MediaWiki system you can use a class called client-nojs. To apply CSS formatting to anyone who disables JavaScript in browser settings / using a plugin.
    I tried to use this class with the same code (just for example:

    .client-nojs * {
        display: none
    }
    

    This code should hide all the elements on the page for anyone who disables js.
    In the MediaWiki system I tried this code it worked well, but in the Nodebb system nothing happened.)
    The question is is there a parallel to this in the nodebb system?

    1 Reply Last reply
    0

Copyright © 2023 NodeBB | Contributors
  • Login

  • Don't have an account? Register

  • Login or register to search.
Powered by NodeBB Contributors
  • First post
    Last post
0
  • Home
  • Categories
  • Recent
  • Popular
  • Top
  • Tags
  • Users
  • Groups
  • Documentation
    • Home
    • Read API
    • Write API
    • Plugin Development