.hover(function() { // 鼠标划上 newKey.parent().css("background-color", "变色");}, function() { // 鼠标移开 newKey.parent().css("background-color", "原来的颜色");})
接$('