Removing or altering CSS pseudo class in jQuery

Bus*_*uke 5 javascript css jquery

A simple enough question, so briefly - is it possible to remove or alter in anyway a CSS pseudo class using jQuery? Or any other Javascript method for that matter

Specifically I want to get rid of :focus on inputs. I can't alter the CSS file directly in any way.

thanks for any help

Buster

Viv*_*vek -2

您可以使用$(selector).removeClass(className)