JScript code$.ajax({
type: "POST",
url: "http://127.0.0.1:8080/myweb"+inputobj.attr("ajaxurl")+"?"+ new Date().getTime(),
data: "param="+$(this).val(),
dataType: "text",
beforeSend:function(){alert("gogo--");},
success: function(s){
if(s=="y"){
inputobj.attr("valid","true");
$.fn.Validform.sn.showmsg(tipmsg.r,settings.tiptype,{obj:inputobj,type:2},"hide");
}else{
inputobj.attr("valid",s);
errorobj=inputobj;
$.fn.Validform.sn.showmsg(s,settings.tiptype,{obj:inputobj});
}