$(function() { var img = [ 'url(https://omo-oss-image.thefastimg.com/portal-saas/new2022051919260550154/cms/image/bff66212-b109-4288-88f5-13199a725144.jpg)', 'url(https://omo-oss-image.thefastimg.com/portal-saas/new2022051919260550154/cms/image/f95b45dd-6f3c-4cd9-9a67-2d06b677ae46.jpg)', 'url(https://omo-oss-image.thefastimg.com/portal-saas/new2022051919260550154/cms/image/b69cc0f0-56ec-420f-9c56-6ea4defe0b44.jpg)', 'url(https://omo-oss-image.thefastimg.com/portal-saas/new2022051919260550154/cms/image/eeaac267-576d-4d26-b0f6-30bc4834f911.jpg)', 'url(https://omo-oss-image.thefastimg.com/portal-saas/new2022051919260550154/cms/image/0c307142-0611-4b55-869e-0adc99637539.jpg)', 'url(https://omo-oss-image.thefastimg.com/portal-saas/new2022051919260550154/cms/image/0a42a8b1-1009-451e-979f-fd87e37d7d44.jpg)', 'url(https://omo-oss-image.thefastimg.com/portal-saas/new2022051919260550154/cms/image/7c07deda-8c39-4f85-a8bd-318cb38e1611.jpg)', 'url(https://omo-oss-image.thefastimg.com/portal-saas/new2022051919260550154/cms/image/5a49d8ef-2221-4142-9940-c908e7a90691.jpg)', ] $('.list dl').on('mouseenter', function() { $('.fielf_con ul').removeClass('fielf_active') $('.fielf_con ul').eq($(this).index()).addClass('fielf_active') console.log(imgUrl[$(this).index()]) $('.Application_field').css('background-image', img[$(this).index()]) }) });