Posts by user75499 • 16 points
1 post
-
0
votes1
answer91
viewsA: Jquery background input animation
You can use .Animate() for that. Add the script "jquery-ui.js" $('#btn1').click(function() { $('#btn2').animate({ backgroundColor: '#000000' }, 1000, function() { $('#btn2').animate({…