Skip to content
This repository was archived by the owner on Aug 15, 2025. It is now read-only.

Latest commit

 

History

History
18 lines (16 loc) · 860 Bytes

File metadata and controls

18 lines (16 loc) · 860 Bytes

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 https://ylc.any3w.com/.