Search Results for 'Mootools' (3 Posts)

  1. 2008/05/20 5JiFen.Com 时间线客户端 (1) - explon
  2. 2008/05/07 让 innerHTML 中的脚本跑起来 (2) - explon
  3. 2008/04/10 Mootools 侧边导航菜单 - explon

5JiFen.Com 时间线客户端

qrcode Mobile version:
基于 Adobe Air 制作, Windows, Mac OS X, Linux 都可以使用.

目前 Windows 下不能输入中文,这是 Adobe Air 1.0.1 的 Bug, 下个版本会解决这个问题. :)



客户端下载: http://5jifen.com/downloads/5JiFen-Timeline-Client.air [需配合 5JiFen.Com 帐户使用]

Adobe Air 运行环境: http://get.adobe.com/air/

2008/05/20 15:54 2008/05/20 15:54

댓글을 달아 주세요

  1. smartly 2008/05/20 16:03

    恩..flash的升级版

write a comment

qrcode Mobile version:
我们知道普通方式 innerHTML 到容器中的脚本浏览器器是不会执行的,今天看 mootools 的时候发现靠它可以做到.

Ajax 类的说明:
Class: Ajax
    An Ajax class, For all your asynchronous needs.
    Inherits methods, properties, options and events from <xhr>.

Arguments:
    url - the url pointing to the server-side script.
    options - optional, an object containing options.

Options:
    data - you can write parameters here. Can be a querystring, an object or a Form element.
    update - $(element) to insert the response text of the XHR into, upon completion of the request.
    evalScripts - boolean; default is false. Execute scripts in the response text onComplete. When the response is javascript the whole response is evaluated.
    evalResponse - boolean; default is false. Force global evalulation of the whole response, no matter what content-type it is.
   
Events:
    onComplete - function to execute when the ajax request completes.</xhr>



Example:
>var myAjax = new Ajax('js.txt', {method: 'get', update: $$('body'), evalScripts: true}).request();
js.txt:
<script type="text/javascript"> alert('TEST'); </script>

2008/05/07 15:11 2008/05/07 15:11

댓글을 달아 주세요

  1. smartly 2008/05/20 16:05

    天将降大任于斯国也,必先撞其火车,抢其火炬,震其国土,涨其物价,空乏其民,行拂乱其股市! 大国崛起之征兆也.

  2. nike 2010/01/11 13:18

    58948948989489189

write a comment

Mootools 侧边导航菜单

qrcode Mobile version:
特点: 跟随滚动条移动,点击 Menu 滚出,再点击 Menu 滚回去...

演示网站: http://www.seefta.com (我这边很慢, 页面载入完毕后会在左边显示 Menu 标签)

Ps: 最近在尝试用 Mootools 做各种特效. :D

Mootools 侧边导航菜单

2008/04/10 22:22 2008/04/10 22:22

댓글을 달아 주세요

write a comment