嗨,我的代码有点问题,我试着测试这行code(ajaxmaprequest.js)is是否工作,让它从xmlspitquery.php中检索一个字符串,并在testajax.php上回显它。对我做错了什么会很感激的。$ ('#lgu','#category','#type').change(function(){ var Category = $('#category').val();
var Typ
//ajax.googleapis.com/ajax/libs/jquery/1.9.1/jquery.min.js
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml
我有一个轻量级的日志功能。为了保持简单,它是这样的: console && console.log && console.log(msg);which i have in a seperated file "Logging.js".log("Hello");
现在,如果我调用该函数,控制台将始终将Logging.js:2显示为日志记录发生的地方。因此,没有机会确定消息的来源。日志消息应该是hello.js:1