How to generate enter key press without pressing enter key from the keyboard.
Is it possible using jquery ?
Suppose In C# I found
SendKeys.Send("{ENTER}");
like that how it is possible in jquery or Javascript.
Is it possible using jquery ?
Suppose In C# I found
SendKeys.Send("{ENTER}");
like that how it is possible in jquery or Javascript.