导航

2012年9月4日

摘要: function ConfirmTrueFalse(message,element) $(element).mouseup(function () { var obj = this; this.onclick = function onclick(event) { return false; }; $.Confirm(message, function (ret) { if (ret) { obj.onclick = null; $(obj).click(); } else { re... 阅读全文

posted @ 2012-09-04 15:51 夹心刺猬 阅读(305) 评论(0) 推荐(0)