I needed to trigger a keyup event manually. I could only find implementations that involved jQuery. Is there any way to do it with plain JavaScript?
            Asked
            
        
        
            Active
            
        
            Viewed 338 times
        
    0
            
            
         
    
    
        edddd
        
- 433
- 3
- 17
- 
                    3Yes, google "diapatch event mdn". – Tomáš Zato Sep 16 '20 at 07:42
- 
                    @TomášZato-ReinstateMonica thanks – edddd Sep 16 '20 at 07:43
2 Answers
0
            
            
        You can see this > https://www.cnblogs.com/xiaozhuyuan/p/8296827.html you can find the answer for your problem
 
    
    
        张泽明
        
- 11
- 1
