Skip to content
/ ylc Public
forked from pr83/ylc

Yellow code - jQuery plugin for 2-way data binding

Notifications You must be signed in to change notification settings

telesma/ylc

 
 

Repository files navigation

Yellow code is a jQuery MVC plugin with support for 2-way data binding.

  • No need to manipulate the DOM.
  • Only manipulate a model - a plain JavaScript object.
  • Changes in the model are propagated to the view - defined as an HTML template.
  • Changes in the view input elements are propagated back to the model.
  • Dynamic view attributes: text, input value, CSS and much more.
  • Views can contain loops and conditional elements.
  • Support for code reusability (mixins).
  • Easily integrates with localization/internationalization libraries.
  • Support for nesting views.
  • Support for nesting 3rd party jQuery plugins into the views.

Please see the official documentation at http://any3w.com/ylc/index.html.

About

Yellow code - jQuery plugin for 2-way data binding

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 82.4%
  • HTML 12.4%
  • CSS 5.2%