Posts by Gustavo • 155 points
3 posts
-
2
votes1
answer131
viewsQ: How to allow typing only "yes" or "no" with Regexp in an input?
What is the regular expression to allow you to type yes or no only in a field.? It is allowing repeating the characters and cannot. $('body').on("keyup",".logical",function(){…
-
4
votes1
answer752
viewsQ: Associate a file with an application made on Lazarus on Linux
I developed an application on Lazarus on the linux platform for printing reports, now I need to click on the file with any extension, ex arquivo.gsa , open my application Lazarus on linux. In…
-
8
votes6
answers5717
viewsQ: Disable Chrome Password Save in Javascript
Would you have any way to disable the option to save password in Google Chrome, by Javascript or jQuery? I mean the login password. When my client logs in appears to him the option to save password,…