Answers for "how to add the css file in jquery"

CSS
1

jquery add css

$('#start').css({'font-weight':'bold'});
Posted by: Guest on April-28-2021
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 the css file in jquery"

Browse Popular Code Answers by Language