New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

anyjs

Package Overview
Dependencies
Maintainers
1
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

anyjs

It's a javascript library which improve JS UI-development.

latest
Source
npmnpm
Version
1.0.6
Version published
Maintainers
1
Created
Source

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.html
Form value methods.Yes--
jQuery.fn@motiontutorial-fn-motion.html
tutorial-fn-motion-effect.html
Motion 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.

Keywords

any

FAQs

Package last updated on 19 Jun 2016

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts