首页| JavaScript| HTML/CSS| Matlab| PHP| Python| Java| C/C++/VC++| C#| ASP| 其他|
购买积分 购买会员 激活码充值

您现在的位置是:虫虫源码 > JavaScript > JavaScript应用程序框架

JavaScript应用程序框架

  • 资源大小:20.64 kB
  • 上传时间:2021-06-29
  • 下载次数:0次
  • 浏览次数:0次
  • 资源积分:1积分
  • 标      签:

资 源 简 介

Components is a high-level JavaScript framework. It helps you write cleaner, clearer applications with less code and less effort. It revolves around having a model for the interface instead of tons of CSS queries. The model gives you all the page access you need, with simple conventions for describing Requests, Updates and Events. It looks like this... Here"s a rewrite of an example from jQuery: ``` bind("gallery", { onLoadFocal: function() { this.clear("loading"); this.focal.appear(); }, load: function(source) { this.apply("loading"); this.focal.fade(function() { this.replace("").element.src = source; }); } }); bind("focal"); bind("thumb", { onClick: function() { this.gallery.load(thi
VIP VIP
0.183603s