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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 13, 20262026-05-13T18:07:14+00:00 2026-05-13T18:07:14+00:00

Please, considere this CSS code: a { color: #ffcc00; } a:hover { color: #ccff00;

  • 0

Please, considere this CSS code:

a { color: #ffcc00; }
a:hover { color: #ccff00; }

This HTML code:

<a href="#" id="link">Link</a>
<button id="btn">Click here</button>

And, finally, this JS code:

$("#btn").click(function() {
   $("#link").trigger("hover");
});

I would like to make my link uses its pseudo-class :hover when the button is clicked.
I tried to trigger events like mousemove, mouseenter, hover etc, but anyone works.
Notice that I want to force the use of the my CSS pseudo-class :hover specification and not use something like:

$("#link").css("color", "ccff00");

Some one know how do I do this? Thank you a lot.

  • 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-13T18:07:14+00:00Added an answer on May 13, 2026 at 6:07 pm

    You will have to use a class, but don’t worry, it’s pretty simple. First we’ll assign your :hover rules to not only apply to physically-hovered links, but also to links that have the classname hovered.

    a:hover, a.hovered { color: #ccff00; }
    

    Next, when you click #btn, we’ll toggle the .hovered class on the #link.

    $("#btn").click(function() {
       $("#link").toggleClass("hovered");
    });
    

    If the link has the class already, it will be removed. If it doesn’t have the class, it will be added.

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

Sidebar

Ask A Question

Stats

  • Questions 515k
  • Answers 515k
  • Best Answers 0
  • User 1
  • Popular
  • Answers
  • Editorial Team

    How to approach applying for a job at a company ...

    • 7 Answers
  • Editorial Team

    How to handle personal stress caused by utterly incompetent and ...

    • 5 Answers
  • Editorial Team

    What is a programmer’s life like?

    • 5 Answers
  • Editorial Team
    Editorial Team added an answer I had this exact same scenario and ended up writing… May 16, 2026 at 6:30 pm
  • Editorial Team
    Editorial Team added an answer There is a position argument that defaults to stack here.… May 16, 2026 at 6:30 pm
  • Editorial Team
    Editorial Team added an answer I've done this in the past by storing an XML… May 16, 2026 at 6:30 pm

Trending Tags

analytics british company computer developers django employee employer english facebook french google interview javascript language life php programmer programs salary

Top Members

Related Questions

Please, consider the following (I'm sorry for the amount of code; but this is
Suppose I have this html markup: <div id=wrapper> <pre class=highlight> $(function(){ // hide all
I'd consider myself a reasonable standard CSS/XHTML chap but I'm pretty baffled by this.
Please consider the following HTML: <input type='text' id='name'/> <option id='option'> <select value='1'>hi</select> <select value='2'>bye</select>
I'm currently developing a tutorial site for teaching the fundamentals of Web development (HTML,
I know this won't be a popular question, because a lot of web designers
Update 2013-04-25: This is a popular question that is getting more attention than it
I have a problem setting the CSS class for each cell in a given
please consider the following scenario for .net 2.0: I have an event that is
Pretty much all the apps I use on a regular basis implement this 'seemly

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.