You can bind the input event to an input text box using on() method to detect ... $("#myInput").on("input", function(){ // Print entered value in a div box ...
確定! 回上一頁