$(function(){ $(".anli a").on('mouseover',function(){ $(this).parent(".anli").css({"background-image":"url("+($(this).attr('id'))+")"}); }) })