$("#file_description").focus(function() {
if (this.value === this.defaultValue) {
this.value = '';
}
});
Dreamweaver CS6 が 2 行目に構文エラーを報告しています。何が見落としているのでしょうか、それともパーサー エラーですか? ありがとう!
$("#file_description").focus(function() {
if (this.value === this.defaultValue) {
this.value = '';
}
});
Dreamweaver CS6 が 2 行目に構文エラーを報告しています。何が見落としているのでしょうか、それともパーサー エラーですか? ありがとう!