php - how to get additional response in ajax? -
I get the error message ... I'm getting the value in success by using ajax: function (msgqq) This is where my ajax want to get some other answer then how to get past: I want
< P> success: function (msgqq)
success: function (msg)
this is my ajax
function UserNameAvailablity (InP) { $ .ajax ({type: "GET", URL: "& lt; = base_url ()> /system/application/views/ssitAjax.php", Cai : False, data: "? TxtUserName =" + inp, success: function (msgqq) {document.getElementById ('showErrmessage') innerHTML = msgqq ;. $ ("# showErrmessage") HTML (msgqq); if (txtUserName. Value == "") {document.getElementById ('txtUserName') focus () ;. document.getElementById ('TxtUserName'). Value = "";}}}); } "itemprop =" text "> after you
If you want another response then you need to perform an additional request Will happen.
Comments
Post a Comment