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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 27, 20262026-05-27T20:48:33+00:00 2026-05-27T20:48:33+00:00

So I am trying to build this reputation bar for my site which will

  • 0

So I am trying to build this reputation bar for my site which will solely depend only on given number. The functionality should be something like this.

If div has value 1-10, add class="beginner"
If div has value 11-20, add class="mediocre"
If div has value 21-30, add class="hardcore"
and so on..

I have this:

<div><a>7</a></div>

What I want is this:

<div class="beginner"><a>7</a></div>

I thought I should start with something like this:

$("div:contains('0>10')").addClass("begginer");

but I am pretty much sure that’s not going to work. Can anyone help me with this? I am pretty lost here 🙁

  • 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-27T20:48:33+00:00Added an answer on May 27, 2026 at 8:48 pm

    jsBin demo

    var rated = $('div a');                  // SET YOUR 'numbers' source
    var r = parseInt( rated.text(), 10 );    // parse integers with radix
    var rate = 'beginner';                   // SET INITIAL RATE
    
      if ((r > 10) && (r <= 20)) { rate = 'mediocre'; }
      if ((r > 20) && (r <= 30)) { rate = 'hardcore'; } 
    
    rated.addClass(rate);                    // FINALLY ADDCLASS TO ELEMENT
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I am trying to build a query which will do this: Lets say for
I'm trying to build this class (to use in ASP.NET site) that will Crop
I'm trying build this network connection using BroadcastReceiver. When connection doesnt exist it will
I am trying to build this app which is almost complete now. I am
I'm trying to build this layout: I have this at this time: http://jsfiddle.net/Gh6mB/12/ The
Trying to build openssl-fips-2.0 with NDK, before I was lucky found this link and
i am trying to build simple php crawler for this purpose i am getting
I'm trying to build a screen like this: How can I split my cell
I'm trying to build a screen like this: How can I put my span
I'm trying to build in my Layout this kind of line: Total......................1000 I need

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.