Skip to content Skip to sidebar Skip to footer

Problems When Toggling A Class Called "a:active" Using Jquery

As it stands, clicking on 'Link' twice redirects you to a page, but whenever you click on and around it such that the menu drops down or goes up, the CSS code a:active span { c

Solution 1:

I think using a "click" and a "dblclick" event will help you, why do you want to set a particular color if you're going to redirect user ?

Jquery Double click event : http://api.jquery.com/dblclick/

Post a Comment for "Problems When Toggling A Class Called "a:active" Using Jquery"