APPLY HOVER CSS VIA JQUERY

APPLY HOVER CSS VIA JQUERY

I am using bootstrap and jquery 2.0.3

Is there any possibility to apply a hover css from a external script.  I tried 

$("#btnTest").addClass(".btn-warning:hover");

but it is not working.

any help would be appreciated

thank you