Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Fleegix.js provides an extremely lightweight, cross-browser set of JavaScript tools for building dynamic Web-app UIs.

License

NotificationsYou must be signed in to change notification settings

mde/fleegix-js-javascript-toolkit

Repository files navigation

Fleegix.js JavaScript Toolkit------------------------------------------------------------http://js.fleeix.org/Intro------------------------Fleegix.js is a JavaScript toolkit that provides a lightweight,cross-browser set of tools for building dynamic JavaScriptUIs for Web applications.Getting started------------------------Using Fleegix.js in your applications is easy. Download arelease and include the code in your Web page with a JavaScript<script> tag.In development, you may want to use the uncompressed versionto make debugging easy. In that case, you'd use a script blocklike this:<script type="text/javascript"    src="/fleegix.js.uncompressed.js">In a production environment, you'll likely want to use thecompressed version of the file to make downloads faster. Thescript block for that would look like this:<script type="text/javascript" src="/fleegix.js">The file is compressed with the YUI Compressor(http://www.julienlecomte.net/yuicompressor/).You can also use the pieces of the library separately. Theindividual pieces are in the /src directory of the release. Touse just the XHR (XMLHttpRequest) library, you'd do a scripttag like this:<script type="text/javascript" src="/xhr.js">All of the paths in these script tags assume you are placingthe file at the root of your Web server.Plugins------------------------There are also plugins for Fleegix.js which extend itsfunctionality, and can also be used standalone with otherJavaScript toolkits.These plugins can be found in the /plugins directory of theFleegix.js Subversion repository. There is also some plugindocumentation available athttp://js.fleegix.org/plugins.Compatibility------------------------Fleegix.js works on all modern, mainstream browsers. It isknown to work on the following:  * Mozilla 1.5+, Firefox 1.0+  * Internet Explorer 6+  * Safari 2+It is likely to work on other standards-conformant browsers(e.g., Opera, OmniWeb), but has not been tested with these.Documentation------------------------Extensive API documentation can be found in docs/index.html,or in plaintext format in docs/index.txt.The author------------------------Please feel free to send comments or bug reports tomde@fleegix.org.------------------------------------------------------------Code and docs, copyright 2002-2007, Matthew Eernisse.

About

Fleegix.js provides an extremely lightweight, cross-browser set of JavaScript tools for building dynamic Web-app UIs.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages


[8]ページ先頭

©2009-2025 Movatter.jp