1、 简单控制图片width,height的例子
function forBig(id)
{
var node = document.getElementById(id);
var width = node.getAttribute("width");
var height = node.getAttribute("height");
node.setAttribute("width",width+20);
node.setAttribute("height",height+20);
}
function forSmall(id)
{
var node = docu ...
- 浏览: 5998 次
- 性别:

- 来自: 福建

- 详细资料
搜索本博客
链接
最新评论
-
关于jbpm的任务调度和工作 ...
这个timer是2.0中的吧?????3.2中已经取消了?还是已经换了一种方式?
-- by liveam -
关于jbpm的任务调度和工作 ...
我也写了一个例子,为什么我在web.xml中配置如下。我的timer(计时器怎么 ...
-- by hcf.chen






评论排行榜