I have this jquery code that changes the image of the background on click:
$('a.note').click(function(){
$('#full').css('background-image','img/1.jpg');
});
However, it's not changing. Is there something I'm missing?
See Question&Answers more detail:
os 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…