Posts by marcelo victor • 59 points
6 posts
-
1
votes1
answer314
viewsQ: How to change the theme of Dashboard nebular NGX-Admin?
Hello, I wonder if you have how to change the theme and color of Dashboard nebular NGX-Admin? Thanks in advance.
-
0
votes0
answers701
viewsQ: How do I send the form data to my email with html and javascript?
Hello, I would like to know how to send the completed form data to my email used html and javascript. Ever since I thank.
-
1
votes0
answers21
viewsQ: How do I authenticate the user when they like the page on Facebook?
I wonder if it is possible to make the user have access to the site from the moment he likes the page on Facebook?
-
3
votes1
answer95
viewsQ: Disable button while form is not valid to have no more than one request and duplicate saved data
I need to disable a button until all form fields are correct. Thanks in advance. $('#btnSalvar').on('click', function (e) { var button = $('#btnSalvar'); button.prop('disabled', true); var valid =…
-
0
votes3
answers146
viewsA: How to disable the login button when sending the form to the user not to make several requests?
<script type="text/javascript" src="//code.jquery.com/jquery-2.1.0.js"></script> <link rel="stylesheet" type="text/css" href="/css/result-light.css"> <script…
htmlanswered marcelo victor 59 -
-1
votes3
answers146
viewsQ: How to disable the login button when sending the form to the user not to make several requests?
Hello, I would like to know how to get the login button disabled when sending the form, so that the user does not keep clicking several times and sending several requests. From now on I thank.…
htmlasked marcelo victor 59