给input的button按钮的点击事件添加背景颜色变化

1. $("#aa").style.backgroundColor = 'red'这种写法报错
2. $("#aa").css("background-color","gray");这种写法可以实现背景色的改变