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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 13, 20262026-06-13T01:37:31+00:00 2026-06-13T01:37:31+00:00

I have following code: <div id=mainMenuInternalMyProfile class=mainMenuInternalTab data-pagename=myprofile> <div class=mainMenuInternalTabClickable>&nbsp;</div> <h4 class=mainMenuInternalTitle>MY PROFILE</h4> <img

  • 0

I have following code:

<div id="mainMenuInternalMyProfile" class="mainMenuInternalTab" data-pagename="myprofile">
  <div class="mainMenuInternalTabClickable">&nbsp;</div>
    <h4 class="mainMenuInternalTitle">MY PROFILE</h4>
    <img src="images/main-menu-divider.png" class="mainMenuBackGroundDivider" alt="Dating Internal Menu Background Divider">
    <img src="images/main-menu-selected.png" class="mainMenuBackSelected mainMenuBackSelectedOption" alt="Dating Internal Menu Selected">
  </div>

In the first line you can see the data-pagename="myprofile" line. I have a number of HTML chucks of code like this with different data-pagename values.

I need to be able to locate the data value that matches then one on hand – lets same ‘home’ or ‘myprofile’ and then make some CSS changes. I’ve tried the following:

var element = $('div.mainMenuInternalTab').find("[data-pagename='" + urlType + "']");
element.css({'color': '#000000','z-index':'100'});

I’m not sure what I’m doing wrong.

Can I use element like this?

I’m using find on $('div.mainMenuInternalTab') but there are several of these classes – should I use a higher up DIV with ID?

any advise would be great – can give more info if needed.

  • 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-06-13T01:37:32+00:00Added an answer on June 13, 2026 at 1:37 am

    Perhaps this

    $('div.mainMenuInternalTab').each(function() {
      var element = $(this).find("[data-pagename='" + urlType + "']");
      element.css({'color': '#000000','z-index':'100'});
    }
    

    or perhaps create a classname for the color and zIndex:

    element.toggleclass("black");
    

    UPDATE

    I now notice you find the div and then look for a data-pagename on the same div so perhaps you mean

    $('div[data-pagename="' + urlType + '"]').each(function() {
      $(this).css({'color': '#000000','z-index':'100'});
    }
    

    or maybe even

    $('div[data-pagename="' + urlType + '"]').css({'color': '#000000','z-index':'100'});
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have following PHP code $val=<div id=user.$row['cid']. userid=.$row['cid']. class=innertxt><img src=images/images.jpg width=50 height=50><strong>.$uname.</strong><ul> <li>Email: .$row['cemail'].</li>
I have the following code: <div class=product> <div class=description></div> <div class=image></div> </div> <div class=product>
i have the following code <div class=hitarea expandable-hitarea></div> <span class=folder>level 1</span> <ul style=display: none;>
I have the following code: <div style= class=skiptranslate> <iframe frameborder=0 style=visibility:visible src=javascript:'' class=goog-te-banner-frame skiptranslate
I have following code in my template: <div class=account> {% if request.user.is_authenticated %} <a
let's suppose to have following code: <body style=overflow: hidden> <div class=wall> <button>New</button> <div class=prova>
i have following code <div class=caption style= position:absolute; margin-top:0px> <img src=caption/img1.png /> </div> <script>
I have following code in the html file: <div class=navbar navbar-fixed-top> <div class=navbar-inner> <div
I have the following code: <div id=object-container> <object data=some-file.swf> <param name=src value=some-file.swf /> </object>
I have the following HTML code: <div id=summary_form> <textarea class=summary>Please fill in</textarea><br/> <textarea class=summary>Please

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.