I am trying to set background image of a div for that I am trying
var a = "http://media1.santabanta.com/full2/Indian%20%20Celebrities(F)/Sonam%20Kapoor/sonam-kapoor-40a.jpg";
$("#login-cover").css('background-image', 'url("' + a + '");');
but it is not showing image as background. Console is not showing any error
I tried above here