hello!
i'm developing a application with jquery and php before i refactor to c# for several reason. working with jquery is cool but i have a code that runs in php perfectly and not working here.It's an ajax call to validate a well formed phone number.here is briefly the codes.
this is from default.aspx i removed the ready and the trigger
this is the destinationchecker.aspx
this is it's page behind
onlyn this part got executed
Quote:
if(msg)
{
alert(msg);
$('#valid').append("<div id='vall'>"+n+"</div>");
}
|
not matter the result.true or false
i'm sure i'm missing something but can't see it.please i need your experience on this thank you