1.0.6 • Published 8 years ago

anyjs v1.0.6

Weekly downloads
2
License
MIT
Repository
github
Last release
8 years ago

MIT License

anyjs - Javascript UI library

any series   https://any-js.github.io/

Features

  • anyjs. It's a javascript library which improve JS UI-development. You can easily implement general processing.

  • $any(basic) methods provide data operation methods.

  • $any@class methods support 'Class operation'.

  • $any.ui / jQuery.fn@ui / jQuery.fn@ui-cmp / any.css provide UI and UI-component operation.

  • BasicUI / TinyUI is so tiny UI-framework component.

  • Modify easily value by using $any.tpl / $any.date.

Requirements

  • anyjs requires jQuery library.
  • any-tiny.js and any-micro.js doesn't require anything.

Browser Support

  • Modern web-browsers(Chrome, IE, Firefox, Safari, Opera) support.
  • IE browser: Support IE9. Loose support in IE8. (You can use most of the functions.)
  • Legacy browser partially support.

Tutorials / Demos / Reference

There are many tutorials.

ReferenceTutorialDescriptionDefault verTiny verMicro ver
$anytutorial-static-any.htmlData operation methods.YesYesYes
$any.profiletutorial-static-profile.htmlConfigure store module.YesYesYes
$any@classtutorial-static-any-class.htmlClass operation methods.YesYesYes
$any.logtutorial-static-log.htmlLog methods.YesYesYes
$any.datetutorial-static-date.htmlDate methods.YesYesYes
$any.tpltutorial-static-tpl.htmlConvert variable to value in template.YesYesYes
$any.uitutorial-static-ui.htmlUI methods.YesPart-
$any.floatingtutorial-static-floating.htmlShow floating messages.Yes--
BasicUItutorial-static-basicui.htmlBasicUI. UI class.Yes--
TinyUItutorial-static-tinyui.htmlTinyUI. UI class.-Yes-
jQuery.fn@basictutorial-fn-basic.htmlElement basic methods.Yes--
jQuery.fn@formtutorial-fn-form.html tutorial-fn-form-serialize.htmlForm value methods.Yes--
jQuery.fn@motiontutorial-fn-motion.html tutorial-fn-motion-effect.htmlMotion methods.Yes--
jQuery.fn@uitutorial-fn-ui.htmlUI methods.Yes--
jQuery.fn@ui-cmptutorial-fn-ui-cmp.htmlUI compoment methods.Yes--
-tutorial-ui-css.htmlUI compoment CSS.---
-tutorial-demo-ui.htmlUI demo.---
-tutorial-demo-various.htmlVarious demo.---

Distributions

For detail, see reference. In dist directory,

DistributionIntroduction
any.js / any.min.jsDefault version.
any-tiny.js / any-tiny.min.jsTiny version. (Not used jQuery)
any-micro.js / any-micro.min.jsMicro version. (Not used browser's object)
any.css / any.min.css---

Relation library(any-js series)

LibraryIntroductionRequirements
anyjsBasic methods and UI helper library.jQuery library
najaxjsSimple ajax library.None
nviewjsView template engine.jQuery library / anyjs

License

Released under the MIT license. See LICENSE.

ChangeLog

See CHANGELOG.