摘要: jquery.json-2.4.jshttp://code.google.com/p/jquery-json/downloads/detail?name=jquery.json-2.4.js 阅读全文
posted @ 2012-11-15 11:27 ``炯`` 阅读(175) 评论(0) 推荐(0) 编辑
摘要: <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; 阅读全文
posted @ 2012-11-15 10:19 ``炯`` 阅读(2566) 评论(0) 推荐(0) 编辑
摘要: function getViewSizeWithoutScrollbar() {//不包含滚动条 return { width: document.documentElement.clientWidth, height: document.documentElement.clientHeight } } function getViewSizeWithScrollbar() {//包含滚动条 if (window.inne... 阅读全文
posted @ 2012-11-15 09:59 ``炯`` 阅读(247) 评论(0) 推荐(0) 编辑