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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 29, 20262026-05-29T23:10:51+00:00 2026-05-29T23:10:51+00:00

Normally i would only use alphanumeric with – and _ in any html class

  • 0

Normally i would only use alphanumeric with – and _ in any html class or id attribute, but i wondered whether it was possible it include a # in the middle of an attribute, e.g:

<div id = "my_css_id_#f4ed11">

I wont’t be a targeting this through CSS, this is purely for javasrcipt.

NOTE The reason I am asking it not because I want to do this, but because of some related PHP code done by someone it would make this part of the project easier.

Thanks

  • 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-29T23:10:53+00:00Added an answer on May 29, 2026 at 11:10 pm

    Sure you can. It’s valid as per HTML5.

    You’ll simply need to escape the character in a selector (for use in CSS or JavaScript). For the # character, it’s quite simple; you can just use \#.

    Here’s a tool that will tell you how to escape any character in a CSS/JS selector: http://mothereff.in/css-escapes#0foo%23bar From that page:

    <script>
      // document.getElementById or similar
      document.getElementById('foo#bar');
      // document.querySelector or similar
      $('#foo\\#bar');
    </script>
    

    P.S. On the subject of weird characters in ID or class values: http://mathiasbynens.be/notes/html5-id-class

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

Sidebar

Related Questions

Normally I would go: bgwExportGrid.RunWorkerCompleted += ReportManager.RunWorkerCompleted; The ReportManager class is a static class
I would normally use Google analytics because it is free and simple to implement
The way you would normally include a script is with source eg: main.sh: #!/bin/bash
normally one would say: GRANT ALL PRIVILEGES ON . TO 'monty'@'%' Can we use
I have a class that would normally just generate factory objects, however this class
Normally I would finalize a class at compilation via __PACKAGE__->meta->make_immutable at the end of
Normally I would just cheat and use NtQueryInformationThread for ThreadBasicInformation to get the TebBaseAddress
I normally would create a limited rights user and run the process under that
Normally I would just do this. $str = preg_replace('#(\d+)#', ' $1 ', $str); If
Normally it would be in such a structure: ../application/modules/somemodule/views/scripts/index/index.phtml How I move it to:

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.