Microsoft JScript 运行时错误: 对象不支持此属性或方法
<div id="infoWindow">
<img title='详细信息' class='monitor' src='Resouse/img/infor.png' href='GoogleMapTest3.aspx'/>
</div>
下面的脚本报错,不知道哪错了
$("#infoWindow .monitor").click(function (event) {
var href = $(this).attr("href");
art.dialog.open(href, { title: '详细信息', width: 910, height: 550, lock: true, opacity: 0.2 });
});