delaying actions between keypress in jQuery

后端 未结 5 1232
刺人心
刺人心 2020-12-08 02:23

How can I delay actions between keypress in jQuery. For example;

I have something like this

 if($(this).val().length > 1){
   $.post(\"stuff.php\"         


        
5条回答
提交回复
热议问题