深海的小鱼儿

  博客园 :: 首页 :: 博问 :: 闪存 :: 新随笔 :: 联系 :: 订阅 订阅 :: 管理 ::

2011年4月3日

摘要: 源代码: <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <title>深海的小鱼儿正弦曲线-PLOT</title> <script language="javascript" type="text/javascript" src="jquery.js"></script> <script ... 阅读全文
posted @ 2011-04-03 16:33 深海的小鱼儿 阅读(530) 评论(0) 推荐(0) 编辑

摘要: 源代码: <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"><html xmlns="http://www.w3.org/1999/xhtml"><head><meta http-equiv="Content... 阅读全文
posted @ 2011-04-03 16:25 深海的小鱼儿 阅读(709) 评论(0) 推荐(0) 编辑

摘要: 源代码: <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <title>深海的小鱼编制-PLOT</title> <script language="javascript" type="text/javascript" src="jquery.js"></script> <script lan... 阅读全文
posted @ 2011-04-03 16:19 深海的小鱼儿 阅读(882) 评论(0) 推荐(0) 编辑

摘要: 源代码: 备注:前面的没有用的代码省~ <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <title>深海的小鱼编制-PLOT</title> <script language="javascript" type="text/javascript" src="jquery.js"></scri... 阅读全文
posted @ 2011-04-03 16:15 深海的小鱼儿 阅读(1756) 评论(0) 推荐(0) 编辑

摘要: <html><head><title>Javascript Debugging</title><script> function populateDiv(){ var divElement = document.getElementById('messageLabel'); divElement.innerHTML = "Lorem ipsum dollor"; }</script></head>... 阅读全文
posted @ 2011-04-03 13:17 深海的小鱼儿 阅读(1669) 评论(0) 推荐(0) 编辑

摘要: 最近正在使用JQuery的flot进行画图,但是这方面的中文帮助实在是太少了,干脆把英文的document直接翻译一下吧。 调用plot函数的方法如下: var plot = $.plot(placeholder, data, options) 其中placeholder可以是JQuery的对象,DOM元素或者JQuery的表达示,要把完成的图放到这个位置上。placeholder要有宽度和高度。... 阅读全文
posted @ 2011-04-03 08:23 深海的小鱼儿 阅读(2782) 评论(2) 推荐(0) 编辑