Answers for "how to add css file using jquery"

CSS
0

add css file through jquery

$('head').append('<link rel="stylesheet" href="style2.css" type="text/css" />');
Posted by: Guest on December-07-2020

Code answers related to "how to add css file using jquery"

Browse Popular Code Answers by Language