Posts by Player Beta • 13 points
4 posts
-
1
votes1
answer65
viewsQ: Maximum number for a field in the database
I would like to know if it is possible to limit a maximum value to a field, e.g.: I want the maximum level number to be 200 in the mysql database. it is possible this through an update, in which way…
-
-2
votes2
answers94
viewsQ: How not to use onload on the body with this code?
I would like to know how to use the following code: function startTime() { var dateString = new Date().toLocaleString("en-US", {timeZone: "America/Sao_Paulo"}); $('#txt').attr("data-original-title",…
-
-1
votes2
answers62
viewsQ: Command in chat to open new javascript page
Hello folks I’m doing a chat and would like that when the user type /rules and press enter it opens a new tab with the address of the rules someone could help me with the code? <textarea…
-
-6
votes1
answer57
viewsQ: Help checking
I’m with making a record that I need verification prints an error if any of the options are changed. My code: $(document).ready(function(){ $("#concluir").validate({ rules:{ usuario: { required:…