It can be used to mask and secure user credentials in the login process.
A demo is included with the download package.
Here are some key features of "jLogin":
· tUser: ID of the Username input text you created on HTML page (default tUser).
· tPass: ID of the Password input text you created on HTML page (default tPass).
· oUser: Name of the Username input text that will generated virtually by the jLogin plugin (cannot be the same with tUser, default jlog-user).
· oUser: Name of the Password input text that will generated virtually by the jLogin plugin (cannot be the same with tPass, default jlog-pass).
· okBtn: text for the submit button on the virtual form (default Login).
· btnStyle: CSS style for the submit button on virtual form (default none).
· url: Name of the action form that will receive data and process the login information (default check-login.php).
· method: metod that is going to use to send data (POST or GET, default POST).
Requirements:
· JavaScript enabled on client side
· jQuery JavaScript Library