Problem in sending username and password using jquery

Posted by Alvin on Stack Overflow See other posts from Stack Overflow or by Alvin
Published on 2010-05-23T09:46:50Z Indexed on 2010/05/23 9:50 UTC
Read the original article Hit count: 158

Filed under:
|

Hi, I want to send the username and password values which user types in html input elements to server to check if the username and password is valid or not when user click login button, using post request in $.ajax(options) method in jquery, but I don't know how to send those username and password to server. What option should I write in $.ajax(options) method to get those values from server?

© Stack Overflow or respective owner

Related posts about jQuery

Related posts about AJAX