摘要:
jquery.json-2.4.jshttp://code.google.com/p/jquery-json/downloads/detail?name=jquery.json-2.4.js 阅读全文
摘要:
<html> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <title>Resize</title> <style type="text/css"> #rRightDown,#rLeftDown,#rLeftUp,#rRightUp,#rRight,#rLeft,#rUp,#rDown{ position:absolute;background:#C00; 阅读全文
摘要:
function getViewSizeWithoutScrollbar() {//不包含滚动条 return { width: document.documentElement.clientWidth, height: document.documentElement.clientHeight } } function getViewSizeWithScrollbar() {//包含滚动条 if (window.inne... 阅读全文