摘要:
var rect = $('.CalendarColumn').get(0).getBoundingClientRect();$('.CalendarColumn').get(0).getBoundingClientRect()ClientRect {height: 73, width: 191, ... 阅读全文
随笔档案-2014年09月
轉:Jquery绑定img的click事件
2014-09-22 16:13 by Koy, 4247 阅读, 收藏,
摘要:
用JQUERY给IMG element绑定click事件的时候,直接用img.click(function(){...})不起作用,如下面代码$("img.ms-rteImage-LightBox").click(function(){SP.UI.ModalDialog.showModalDialo... 阅读全文