changecss() - Change any css class attributes


/ Published in: JavaScript
Save to your folder(s)

example usage:

changecss('.ClassName','width','280px');
changecss('#IDname','color','red');

Report this snippet


Comments

RSS Icon Subscribe to comments

You need to login to post a comment.