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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 31, 20262026-05-31T20:21:19+00:00 2026-05-31T20:21:19+00:00

I am planning to use the same XHTML5 file for data storage AND display.

  • 0

I am planning to use the same XHTML5 file for data storage AND display. At design time, the file will be viewed in browser. At compile time, it will be parsed to generate UI content.

I want to store color data as an attribute of some list items. Then, when the page is loaded, the color data from each of these list items should be “transfered” to the background color of the item, so that I can check the colors visually in the browser, and have the hex-string easily parseable from the XHTML.

What I already have (just one line of each part):

(...)
<body>
    <ul>
        <li data-color="#ffeeaacc">EMG</li>
    </ul>
    <script>
        $('a[data-color]').??????
    </script>
</body>

I am very very n00b in javascript and Jquery, and cannot figure out what should I do from now. The end result should be equivalent to:

<li data-color="#ffeeaac" style="background: #ffeeaacc">EMG</li>

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-31T20:21:20+00:00Added an answer on May 31, 2026 at 8:21 pm

    #ffeeaacc is not a valid HEX color. HEX colors contain only three pairs of two-digit numbers, not four.

    http://jsfiddle.net/CQqRX/1/

    $('*[data-color]').each(function(i, e){
        $(e).css('background-color', $(e).data('color'));
    });
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

Am planning to use cookies to communicate between two browser windows. Am wondering if
I have 5 game sections that will use the same template sheet, but they
So, I'm planning to use sqlite3 to update skype's main.db file. I use sqlite3_open
I was planning to use url routing for a Web Forms application. But, after
I am planning to use jquery in Rails instead of prototype. I am not
I'm planning to use MS entity framework for new web apps (come on EF
We're planning to use standard ASP.NET user authentication for our application. However, by default
I am planning to use P6Spy to intercept database statements within our architecture. However,
I am planning to use SCTP for a embedded Linux project. Anybody has some
I am planning to use Auto reset Event Handle for Inter Thread communication. EventWaitHandle

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.