Answers for "do i need a .css file if i'm 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 "do i need a .css file if i'm using jquery"

Browse Popular Code Answers by Language