Put Multiple Properties of CSS in jQuery

Put Multiple Properties of CSS in jQuery

jQuery(‘container’).children().css({‘color’:’pink’, ‘background-color’:’blue’, ‘font-family’:’arial’, ‘font-size’:’20px’});

Leave a Reply

Your email address will not be published. Required fields are marked *