I want to fire an event when a text field is activated 300 milliseconds later
$("#blah").keyup(function () {
when I try to execute this function, I find an error that myfunction is not a function.
so can someone explain how I can execute the 300 milisecond function later after pressing the keys in the text box
delete my account
source share