What is an alternative way of changing CSS background image with jQuery?

 Posted by vishalneeraj-24503 on 2/4/2015 | Category: jQuery Interview questions | Views: 1551 | Points: 40
Answer:

Just write below code:-
$('#div_project).css('background','url(path/to/image.jpg)');


Asked In: Many Interviews | Alert Moderator 

Comments or Responses

Login to post response