摘要:
$(".textarea-content").bind("selectstart",function (){ return false; });屏蔽 ctrl+Adocument.onkeydown = function(){ if ((event.ctrlKey)&& (event.keyCode==65)) { event.keyCode=0; event.returnValue=false; } }2 热点 map area map ,area 必须同时使用 ,map 指向 img的 userMap圆形:shape="ci
阅读全文