sqHTML = "<div id=\""+sqStringTemp+"\" class=\"puzzlesquare\"><input type=\"text\" class=\"puzzlesquareinput\" maxlength=\"1\" style=\"text-transform: uppercase\"/></div>";
jQuery("#gridpuzzleouter").append(sqHTML);
jQuery(".puzzlesquareinput").on('keydown', '', function() {
alert("keydown...");
});
我還沒有得到任何警告出來.puzzlesquareinput
。我想知道如何綁定到每個.puzzlesquareinput
的keydown事件。綁定到使用jQuery的keydown事件上的功能
我認爲你是對的。有需要修復的控制檯出現錯誤。 – Giuseppe