Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- (function (){
- $("#buttonChanger").click(function () {
- var classname = "." + $('#className').val();
- var color = $('#color').val();
- $(classname).css('background', color);
- })
- }())
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement