php - how to get additional response in ajax? -


"postprint" itemprop = "text">

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

  success: function (msgqq)  
< P>

  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

Popular posts from this blog

windows - Heroku throws SQLITE3 Read only exception -

lex - Building a lexical Analyzer in Java -

python - rename keys in a dictionary -