当前位置: 网学 > 编程文档 > Ajax > 正文

prototype框架入门教程

来源:Http://myeducs.cn 联系QQ:点击这里给我发消息 作者: 用户投稿 来源: 网络 发布时间: 12/10/19
下载{$ArticleTitle}原创论文样式
on value="8">Callahan, Laura</option>
  <option value="1">Davolio, Nancy</option>
  </select>
  <input type="button" value="Find Laura" onclick="findEmployeeById(8);" >
  现在我们再下一城,看看如何过滤一个Array中的元素,从每个元素中得到我们想要的成员。
  <script>
  function showLocalLinks(paragraph){
  paragraph = $(paragraph);
  var links = $A(paragraph.getElementsByTagName(''a''));
  //find links that do not start with ''http''
  var localLinks = links.findAll( function(link){
  var start = link.href.substring(0,4);
  return start !=''http'';
  });
  //now the link texts
  var texts = localLinks.pluck(''innerHTML'');
  //get them in a single string
  var result = texts.inspect();
  alert(result);
  }
  </script>
  <p id="someText">
  This <a href="http://othersite.com/page.html">text</a> has
  a <a href="#localAnchor">lot</a> of
  <a href="#otherAnchor">links</a>. Some are
  <a href="http://wherever.com/page.html">external</a>
  and some are <a href="#someAnchor">local</a>
  </p>
  <input type=button value="Find Local Links" onclick="showLocalLinks(''someText'')">
  上面的代码仅仅是一点小小的实践让人爱上这种语法。
  请参看 Enumerable和Array的所有函数

网学推荐

免费论文

原创论文

浏览:
设为首页 | 加入收藏 | 论文首页 | 论文专题 | 设计下载 | 网学软件 | 论文模板 | 论文资源 | 程序设计 | 关于网学 | 站内搜索 | 网学留言 | 友情链接 | 资料中心
版权所有 QQ:3710167 邮箱:3710167@qq.com 网学网 [Myeducs.cn] 您电脑的分辨率是 像素
Copyright 2008-2015 myeducs.Cn www.myeducs.Cn All Rights Reserved
湘ICP备09003080号