what could be wrong in this statement in jquery

Posted by user297211 on Stack Overflow See other posts from Stack Overflow or by user297211
Published on 2010-04-22T06:13:29Z Indexed on 2010/04/22 6:23 UTC
Read the original article Hit count: 113

Filed under:
var ajaxURL = "ajax/Login.aspx?txtEmail=" + $('#txtInitialEmail').val()+ "&txtPassword=" + $('#txtPassword').val()

© Stack Overflow or respective owner

Related posts about jquery-ajax