Prototype实战教程----13.Form.Element.Observer

兔牙小童鞋

兔牙小童鞋

2016-02-19 16:35

在这个颜值当道,屌丝闪边的时代,拼不过颜值拼内涵,只有知识丰富才能提升一个人的内在气质和修养,所谓人丑就要多学习,今天图老师给大家分享Prototype实战教程----13.Form.Element.Observer,希望可以对大家能有小小的帮助。

script src="prototype.js"/scriptform id="frm"div id="div1"  input type="text" id="txt" name="txt" onchange="return alert('Now')"/  input type="text" id="txt2" name="txt2" /  input type="button" id="btn" name="btn"    value="click" onclick="test(event)" /  input type="submit" /  a href="http://www.google.com" onclick="test2(event)"Google/a  input type="button" id="btn1" name="btn1"  value="click" onclick="test3(event)" //div/formscriptfunction test(evt) {  alert($("btn") === Event.element(evt));}  function test2(evt) {  alert("clicked");  Event.stop(evt);}  function test3(evt) {  alert($("div1") === Event.findElement(evt, "div"))}  new Form.EventObserver("frm", function () {    alert("form changed");  });  new Form.Element.EventObserver("txt", function () {    alert("txt changed");  });  new Form.Observer("frm", 1, function () {    alert("form changed");  });  new Form.Element.Observer("txt", 1, function () {    alert("changed");  });/script

(本文来源于图老师网站,更多请访问http://m.tulaoshi.com/webkaifa/)
展开更多 50%)
分享

猜你喜欢

Prototype实战教程----13.Form.Element.Observer

Web开发
Prototype实战教程----13.Form.Element.Observer

Prototype实战教程----10.Element

Web开发
Prototype实战教程----10.Element

s8lol主宰符文怎么配

英雄联盟 网络游戏
s8lol主宰符文怎么配

Prototype实战教程----1.$$

Web开发
Prototype实战教程----1.$$

Prototype实战教程----2.$A

Web开发
Prototype实战教程----2.$A

lol偷钱流符文搭配推荐

英雄联盟 网络游戏
lol偷钱流符文搭配推荐

Prototype实战教程----6.$

Web开发
Prototype实战教程----6.$

Prototype实战教程----3.$F

Web开发
Prototype实战教程----3.$F

lolAD刺客新符文搭配推荐

英雄联盟
lolAD刺客新符文搭配推荐

Prototype框架是怎样扩展DOM的

Prototype框架是怎样扩展DOM的

推荐Win8的十大应用

推荐Win8的十大应用
下拉加载更多内容 ↓