Most voted "keyup" questions
6 questions
Sort by count of
-
2
votes2
answers301
viewsKeyup function in input when loading a modal
I am implementing a function to change the password of the logged in user. When I load the user password into the input component it does not validate the loaded password, which is outside the rule…
-
2
votes0
answers63
viewsCtrl key presses while moving remote access window
Good afternoon. I have the following problem: I have an application where the Ctrl key activates an application event, and some users use RDP(remote access) to use this application, the problem is…
-
1
votes2
answers65
viewsKeyup event should not activate with special keys
In my document I am creating some keyboard shortcuts to facilitate the use of the page itself, and I am doing it as follows: $(document).on("keyup", function(e){ /*Tecla C*/ if(e.which === 67){…
-
1
votes0
answers22
viewsEvent onkeyup (Javascript/Jquery) triggered repeatedly makes browser lock
On my page I have a list with some buttons representing data that are presented in another section of the page when the "Submit" button is clicked, triggering the submit function. I added this…
-
0
votes1
answer34
viewsHow to use the Jquery Keyup event to show records within a div coming from a PHP script?
I am working on a project where I would like when I was going to type some value into an input, to be showing the records just below it. Below follows the code structure I have until then:…
-
-1
votes1
answer34
viewsProblems with no screen refresh queries
Friends, I am trying to do a database search and present the result on the screen without updating the page, however when typing in the input no message is displayed. The user would start typing a…