I was trying to find a cross-browser solution using Javascript that would allow me to send keystroke or keystroke events to input or text area without using jQuery.
My research shows that KeyboardEvent.initKeyEvent () , KeyboardEvent.initKeyboardEvent () are deprecated, which means that triggering keyboard events in javascript , simulating keystrokes without jquery and simulating javascript key events are questions with outdated answers.
Is there a cross-browser way that is not recommended for sending a key event Enterto a DOM element?
No one has answered this question yet.
See similar questions:
or similar:
Source: https://habr.com/ru/post/1606883/More articles:The concept of parallel threads - javaProblems with Python exec () - pythonExtremely long TTFB on localhost (Node / Express) - performanceUsing Spring @RestController to handle HTTP GET with ZonedDateTime parameters - javaNodeJs TTFB site is very high and site is very slow - node.jsGet Column Name in C # - c #Query vs. Method C # to extract database metadata - c #How to search for multiple overlapping occurrences of the same word on the same line? - vimНе удается получить доступ к простому серверу локально, но может получить доступ извне - javaCustom font looks different (above) on Mac OS X - htmlAll Articles