Projects tagged ‘javascript’ and ‘lib’


Jump to tag:

Projects tagged ‘javascript’ and ‘lib’

Filtered by Project Tags javascript lib

Refine results Project Tags js (7) library (4) ajax (4) framework (3) dom (3) implementation (2) oop (2) dhtml (2) html (2) object (1) debug (1) development (1)

[8 total ]

0 Users

Comming Soon...
Created 12 months ago.

0 Users

pirate! attempts to solve several major problems in the world of JavaScript development. 1. Various libraries redoing the work of others to solve the same problem. 2. Namespace collision. 3. Bloated ... [More] code. 4. Broken interaction of different libraries. pirate! solves these problems by existing as the wrapper around which JavaScript libraries should be developed. pirate! is the library for people developing libraries. [Less]
Created 12 months ago.

0 Users

This library helps the developer to make and load news components to HTML pages. How example, I can mention the INPUT component (). The INPUT can receive limited letters, see: Unknown end tag for ... [More] Then this will be converted to , but only will support the keys A, B and C. You can help in project, send bugs and suggestions, I'll read all. Bye. [Less]
Created 4 months ago.

0 Users

JSVM means Javascript Virtual Machine,it can help you make your code with a better way and easy to deploy.
Created 11 months ago.

0 Users

JET(Javascript Extension Tools)站在巨人的肩上 Standing on shoulders of giants JET 适用于 Web Page 和 Web App 的开发 特性微内核设计 ... [More] 内核可完全分离出来,用于构建自己的框架 自由拼装各个模块 命名空间、原生对象零污染 无缝集成各种js框架 与jQuery, YUI, Mootools, Prototype.js 等框架无缝集成 与多种局部框架无缝集成,如:Mini, Sizzle, cssQuery, xpath, JSON 等等 多版本共存 如采用的JET版本过旧,旧有的Javascript代码不能与新版本JET兼容,则可以采用多版本共存的方式保持程序的可延续性 分层设计 Javascript核心层,与Javascript解释引擎无关的封装和扩展 浏览器端Javascript层,对浏览器中的Javascript引擎部分的封装和扩展 代码示范JET 代码组织方式一(传统): var J = new Jet(); J.out(J.version);JET 代码组织方式二(推荐): Jet().$package(function(J){ J.out(J.version); });JET设计理念 QQ群:26480038 不要重复自己(Don’t Repeat Yourself) //========================================================= 感谢 David Flanagan, John Resig, 以及 MooTools, YUI, jQuery, Prototype, Dojo, ExtJs 的作者们! [Less]
Created 4 months ago.

0 Users

IntroductionQuickwindow(abbrev. qw) is a very light js script whick gives you the possibility to open easily some tooltip in your browser. This script is supported by all the major browsers ... [More] , including:ie,ff,google chrome,opera,safari. The best thing about this library is that it doesn't need any other thing apart from the js file: no images, no html, no php... it's very light. The other things very important is that the script is contained all in an object:qw; so it's the only variable the script use ;) Download and DemoTo try the script you can go here: demo If you want to download directly here is the link: Download Quickwindow.js Guide to usageTo use quickwindow you have to download it and put this in the head of the pages where you want to put it: Obviously you have to replace url with the url where is the script. After this you'll can use the script in all the page using a simple js call BETA-TESTINGActually the project is finished and I'm looking for a beta-tester. [Less]
Created 9 months ago.

0 Users

A javascript debuging tool, for trace messages to an console, like (but a bit more powerfull than) Firebug's console.log() function. For developers that aim for quality.
Created 12 months ago.

0 Users

Please go to http://code.google.com/p/jos-lib/
Created 10 months ago.