$("#thinker01").click( function() {
$("#info").html("323");
if ($("#info").html == "323"){ //doesn't work - how to say this?
$("#imgOk").fadeIn();
}
});
なしif
- 4行目は機能します。
$("#thinker01").click( function() {
$("#info").html("323");
if ($("#info").html == "323"){ //doesn't work - how to say this?
$("#imgOk").fadeIn();
}
});
なしif
- 4行目は機能します。