Posts by S. Santos • 45 points
6 posts
-
1
votes1
answer849
viewsQ: Prevent duplicate registration with C#
I’m having a hard time with the duplicity record. How do I so that after the user fills in the form, at the time of saving, the data is compared to what is in the database, if he has any repeated…
-
0
votes1
answer45
views -
1
votes2
answers190
viewsQ: Alignment of all checkbox on the right
How do I align only the checkbox on the right? html { font-family: tahoma; font-size: 16px; padding-left: 3px; } form { width: 600px; margin: 0 auto; } fieldset { border-radius: 5px; border: 2px…
-
0
votes0
answers31
viewsQ: How to uncheck a checkbox when closing the div that shows what has been checked.?
After I mark the checkbox options, I click on "ok" it brings me the options I marked. giving the option to delete it. But if I delete, the checkbox is still marked.
-
-3
votes1
answer48
viewsQ: Someone can give me a help,’s not validating the email.
$('#username').focusout(function () { //atribuindo valor do campo var sEmail = $("username").val(); // filtros var emailFilter = /^.+@.+\..{2,}$/; var illegalChars =…
-
0
votes1
answer53
viewsQ: E-mail validation using Id and show
How do I validate email and if the email is valid, an "ok" icon appears on the email side, if it is not shown an "x" icon, if it is not typed, it does nothing.(using Hide and show) to hide the…