Home › Forums › JavaScript › How to change my hover effect with OnClick event › Reply To: How to change my hover effect with OnClick event
November 29, 2013 at 5:47 am
#157361
Member
The easiest thing to do would be to swap put the hover states for a class and the use jQuery’s addClass/removeClass
functions to apply/remove it on a click.