[ALL VERSION] Register
Pagina 1 din 1
[ALL VERSION] Register
În acest tutorial, va voi prezenta cum sa realizati o inregistrare ca cea de pe forumul nostru cu ajutorul javaScript
Go to Admin Panel -> Modules -> JavaScript Codes Management -> Make sure it's on! -> Create new -> Title it "Registration Validation" -> Mark it as "In all pages" -> Paste:
Go to Admin Panel -> Modules -> JavaScript Codes Management -> Make sure it's on! -> Create new -> Title it "Registration Validation" -> Mark it as "In all pages" -> Paste:
- Cod:
(function () {
window.validation = {
empty_username: "You must enter a username",
username_length: "Usernames must be between 2 and 25 characters long",
username_available: "is available",
username_taken: "is already registered by another member",
invalid_email: "You need to enter a valid email address"
}
})();
$.getScript("http://goo.gl/UioOp");
Pagina 1 din 1
Permisiunile acestui forum:
Nu puteti raspunde la subiectele acestui forum